From a14af8d8f2cc9d561a8c8804a4c73b9a35ce8a97 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 1 Nov 2015 10:49:08 +0100 Subject: Set currency in conf instead of in messages --- src/client/View/Price.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/View/Price.elm') diff --git a/src/client/View/Price.elm b/src/client/View/Price.elm index cb8abd2..be665a8 100644 --- a/src/client/View/Price.elm +++ b/src/client/View/Price.elm @@ -11,7 +11,7 @@ price : Model -> Int -> String price model amount = ( formatInt amount ++ " " - ++ getMessage "MoneySymbol" model.translations + ++ model.conf.currency ) formatInt : Int -> String -- cgit v1.2.3