diff --git a/resources/twig/index.twig b/resources/twig/index.twig index 1c18d0f3a1..e3c94d519f 100644 --- a/resources/twig/index.twig +++ b/resources/twig/index.twig @@ -132,12 +132,12 @@
{% if account.percentage <= 50 %} - {{account.piggyBalance|formatAmount}} divided + {{account.piggyBalance|formatAmountPlain}} divided {% endif %}
{% if account.percentage > 50 %} - {{account.difference|formatAmount}} left to divide + {{account.difference|formatAmountPlain}} left to divide {% endif %}