diff options
author | Giteabot <teabot@gitea.io> | 2023-06-26 05:28:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 17:28:48 +0800 |
commit | 53747a58a0998974bf21d5115a0cdc2f321e18b4 (patch) | |
tree | 0ba4f63ae74465e82092747d48c62d78ff9a6325 /options | |
parent | 00ba826360fdcfc15cba54c91065f15a65517300 (diff) | |
download | gitea-53747a58a0998974bf21d5115a0cdc2f321e18b4.tar.gz gitea-53747a58a0998974bf21d5115a0cdc2f321e18b4.zip |
Clarify the reason why the user can't add a new email if there is a pending activation (#25509) (#25514)
Backport #25509 by @wxiaoguang
![image](https://github.com/go-gitea/gitea/assets/2114189/cff20df0-ad0c-4140-b8e2-5782cad8a53a)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b1603d8cb6..f0f2161559 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -691,6 +691,7 @@ requires_activation = Requires activation primary_email = Make Primary activate_email = Send Activation activations_pending = Activations Pending +can_not_add_email_activations_pending = There is a pending activation, try again in a few minutes if you want to add a new email. delete_email = Remove email_deletion = Remove Email Address email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue? |