Used localized email label
This commit is contained in:
parent
3e37983f1c
commit
ed5037fa74
@ -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 = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user