diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-06-26 12:52:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 04:52:49 +0000 |
commit | d5f007539a5447a869731ac098b3f397db5c83c4 (patch) | |
tree | f09fb576fe2cc21e7dfdfb81b500fb98db5ce19f /options | |
parent | 457946d59566c086ab1ce8d1cae19d8bd09f9d1c (diff) | |
download | gitea-d5f007539a5447a869731ac098b3f397db5c83c4.tar.gz gitea-d5f007539a5447a869731ac098b3f397db5c83c4.zip |
Clarify the reason why the user can't add a new email if there is a pending activation (#25509)
![image](https://github.com/go-gitea/gitea/assets/2114189/cff20df0-ad0c-4140-b8e2-5782cad8a53a)
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 7845b1d521..4d9d9bc60e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -696,6 +696,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? |