Externalize more strings missed before

This commit is contained in:
Eike Kettner
2021-04-10 16:02:34 +02:00
parent e063a10663
commit 92ae22a68d
52 changed files with 219 additions and 253 deletions

View File

@ -168,13 +168,13 @@ view2 texts mobile settings model =
[ for "orgname"
, class S.inputLabel
]
[ text texts.name
[ text texts.basics.name
, B.inputRequired
]
, input
[ type_ "text"
, onInput SetName
, placeholder texts.name
, placeholder texts.basics.name
, value model.name
, name "orgname"
, class S.textInput