Make suggested savings text translatable

PR #594 introduced suggested savings, this commit makes the text translatable.
This commit is contained in:
Joris de Vries
2017-02-25 12:26:46 +01:00
parent 8c6972d12d
commit 251206fb75
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
</tr>
{% if piggyBank.targetdate %}
<tr>
<td>Suggested monthly amount to save</td>
<td>{{ 'suggested_amount'|_ }}</td>
<td>
{{ suggestedMonthlyAmount(piggyBank)|formatAmount }}
</td>