Skip to content

Commit

Permalink
chore: fix typo email
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 5, 2024
1 parent fdf857f commit 624744e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/components/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}]}
>
Expand Down
2 changes: 1 addition & 1 deletion assets/components/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}]}
>
Expand Down
2 changes: 1 addition & 1 deletion translations/translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 624744e

Please sign in to comment.