Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale: e-mail + TLD #2073

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/change-password.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Change your password
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
old-password:
label: Old password
placeholder: Enter your old password
Expand Down
2 changes: 1 addition & 1 deletion locale/en/corteza-server/auth/create-password.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ template:
title: Create your password
form:
email:
label: E-mail
label: Email
password:
label: Password
placeholder: Enter your password
Expand Down
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Accept Invite
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
new-password:
label: Password
placeholder: password
Expand Down
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Log in to continue
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
password:
label: Password
placeholder: password
Expand Down
2 changes: 1 addition & 1 deletion locale/en/corteza-server/auth/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ template:
form:
email:
label: Email
placeholder: email@domain.ltd
placeholder: email@domain.tld
resend-confirmation-link: Email is not verified, <a data-test-id="link-resend-confirmation" href="{{link}}?resend">resend confirmation link.</a>
name:
label: Full name
Expand Down
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/request-password-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Request password reset link
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
buttons:
request: Request password reset link via email
links: <a data-test-id="link-return-to-login-page" href="{{login}}">Return to the login page</a>
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/reset-password.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Reset your password
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
new-password:
label: New password
placeholder: Set new password
Expand Down
4 changes: 2 additions & 2 deletions locale/en/corteza-server/auth/signup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
title: Sign up
form:
email:
label: E-mail
placeholder: email@domain.ltd
label: Email
placeholder: email@domain.tld
password:
label: Password
placeholder: Password
Expand Down
Loading