chore: fix typo email

This commit is contained in:
Maël Gangloff 2024-08-05 03:15:11 +02:00
parent fdf857fd99
commit 624744efce
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
3 changed files with 3 additions and 3 deletions

View File

@ -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`}]}
>

View File

@ -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`}]}
>

View File

@ -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