Fixes for translations. [skip ci]

This commit is contained in:
James Cole
2016-04-20 17:13:25 +02:00
parent 6a15afc723
commit 29fbd46e33
2 changed files with 7 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
{% for word in bill.match|split(',') %}
<span class="label label-info">{{ word }}</span>
{% endfor %}
{{ trans('firefly.between_amounts', {low: bill.amount_min|formatAmount, high: bill.amount_max|formatAmount }) }}
{{ trans('firefly.between_amounts', {low: bill.amount_min|formatAmount, high: bill.amount_max|formatAmount })|raw }}
{{ 'repeats'|_ }}
{{ trans('firefly.repeat_freq_' ~bill.repeat_freq) }}.
</td>