Skip to content

Commit f45a983

Browse files
author
Otto
committed
fix: add non allowed domain translation (go-gitea#6677)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6677 Reviewed-by: Earl Warren <[email protected]> Reviewed-by: 0ko <[email protected]> Reviewed-by: Otto <[email protected]>
2 parents 443f7d5 + f76fe1f commit f45a983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ team_name_been_taken = The team name is already taken.
644644
team_no_units_error = Allow access to at least one repository section.
645645
email_been_used = The email address is already used.
646646
email_invalid = The email address is invalid.
647+
email_domain_is_not_allowed = The domain of the user's email address <b>%s</b> conflicts with EMAIL_DOMAIN_ALLOWLIST or EMAIL_DOMAIN_BLOCKLIST. Make sure you have set the email address correctly.
647648
openid_been_used = The OpenID address "%s" is already used.
648649
username_password_incorrect = Username or password is incorrect.
649650
password_complexity = Password does not pass complexity requirements:

0 commit comments

Comments
 (0)