diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-05-05 15:59:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 15:59:12 +0800 |
commit | 3ee7f273417c09c3b54ffd317184739c76f41064 (patch) | |
tree | e36bf8381223a9472370a8f4b68f83fad0f2e641 /options/locale | |
parent | 421840486f4f09ed3bcab98472e58d357853aae6 (diff) | |
download | gitea-3ee7f273417c09c3b54ffd317184739c76f41064.tar.gz gitea-3ee7f273417c09c3b54ffd317184739c76f41064.zip |
Revert "Prevent a user with a different email from accepting the team invite" (#24531)
Reverts go-gitea/gitea#24491
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ee8ec1a3ad..fc5eccb2db 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2561,7 +2561,6 @@ teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</s teams.invite.title = You've been invited to join team <strong>%s</strong> in organization <strong>%s</strong>. teams.invite.by = Invited by %s teams.invite.description = Please click the button below to join the team. -teams.invite.email_mismatch = Your email address does not match this invite. [admin] dashboard = Dashboard |