Used localized email label
This commit is contained in:
parent
3e37983f1c
commit
ed5037fa74
@ -315,8 +315,8 @@ defaultRegisterHandler = do
|
|||||||
where
|
where
|
||||||
registrationForm extra = do
|
registrationForm extra = do
|
||||||
let emailSettings = FieldSettings {
|
let emailSettings = FieldSettings {
|
||||||
fsLabel = "Email" ,
|
|
||||||
fsTooltip = Nothing ,
|
fsTooltip = Nothing ,
|
||||||
|
fsLabel = SomeMessage Msg.Email,
|
||||||
fsId = Just "email",
|
fsId = Just "email",
|
||||||
fsName = Just "email",
|
fsName = Just "email",
|
||||||
fsAttrs = []
|
fsAttrs = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user