Used localized email label

This commit is contained in:
Alex Kardos 2016-02-20 13:38:19 -07:00
parent 3e37983f1c
commit ed5037fa74

View File

@ -315,8 +315,8 @@ defaultRegisterHandler = do
where
registrationForm extra = do
let emailSettings = FieldSettings {
fsLabel = "Email" ,
fsTooltip = Nothing ,
fsLabel = SomeMessage Msg.Email,
fsId = Just "email",
fsName = Just "email",
fsAttrs = []