aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/Payments/Add.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/Payments/Add.elm')
-rw-r--r--src/client/View/Payments/Add.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/View/Payments/Add.elm b/src/client/View/Payments/Add.elm
index ce4738b..c022d01 100644
--- a/src/client/View/Payments/Add.elm
+++ b/src/client/View/Payments/Add.elm
@@ -61,7 +61,7 @@ addPayment model addPayment =
[]
, label
[ for "costInput" ]
- [ renderIcon "euro" ]
+ [ text (getMessage "MoneySymbol" model.translations) ]
, case addPayment.costError of
Just error ->
div [ class "errorMessage" ] [ text error ]