Skip to content

Commit f76fe1f

Browse files
committed
fix: add non allowed domain translation
- Was added in 2559c80 and accidentally removed in 5a16c9d. - Reworded for clarity. - Resolves go-gitea#6661
1 parent 8f8856d commit f76fe1f

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)