From 6ebd46c4913695210bd46179817bcc166a225ed8 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 3 Jun 2016 20:34:30 +0200 Subject: Add creation and amount translations --- src/client/elm/LoggedIn/Income/View.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/elm/LoggedIn/Income/View.elm b/src/client/elm/LoggedIn/Income/View.elm index 39f16f4..036cd80 100644 --- a/src/client/elm/LoggedIn/Income/View.elm +++ b/src/client/elm/LoggedIn/Income/View.elm @@ -84,11 +84,11 @@ addIncomeView loggedData addIncome = in Html.form [ onSubmitPrevDefault Msg.NoOp ] - [ label [] [ text "Creation" ] + [ label [] [ text (getMessage "Creation" loggedData.translations) ] , htmlMap <| Input.textInput creation [] , errorFor "DateValidationError" creation - , label [] [ text "amount" ] + , label [] [ text (getMessage "Amount" loggedData.translations) ] , htmlMap <| Input.textInput amount [] , errorFor "IncomeValidationError" amount -- cgit v1.2.3