mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
chore: fix typo email
This commit is contained in:
parent
fdf857fd99
commit
624744efce
@ -59,7 +59,7 @@ export function LoginForm({ssoLogin}: { ssoLogin?: boolean }) {
|
||||
autoComplete="off"
|
||||
>
|
||||
<Form.Item
|
||||
label={t`E-mail`}
|
||||
label={t`Email address`}
|
||||
name="username"
|
||||
rules={[{required: true, message: t`Required`}]}
|
||||
>
|
||||
|
||||
@ -45,7 +45,7 @@ export function RegisterForm() {
|
||||
autoComplete="off"
|
||||
>
|
||||
<Form.Item
|
||||
label={t`E-mail`}
|
||||
label={t`Email address`}
|
||||
name="username"
|
||||
rules={[{required: true, message: t`Required`}]}
|
||||
>
|
||||
|
||||
@ -10,7 +10,7 @@ msgstr ""
|
||||
|
||||
#: assets/components/LoginForm.tsx:62
|
||||
#: assets/components/RegisterForm.tsx:48
|
||||
msgid "E-mail"
|
||||
msgid "Email address"
|
||||
msgstr ""
|
||||
|
||||
#: assets/components/LoginForm.tsx:64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user