mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: fix typo email
This commit is contained in:
@@ -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`}]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user