diff options
author | Unknwon <u@gogs.io> | 2015-09-17 14:57:24 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-17 14:57:24 -0400 |
commit | 9d36fc698627f290f01cd3cc5a7f4eaec7a669fd (patch) | |
tree | 603a88905e174447c1d11537577393085ec884a3 /conf/locale | |
parent | 923873db85bbc53b027a3b8194c364c0e39161d4 (diff) | |
download | gitea-9d36fc698627f290f01cd3cc5a7f4eaec7a669fd.tar.gz gitea-9d36fc698627f290f01cd3cc5a7f4eaec7a669fd.zip |
finish new auth e-mails
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index c92e607e28..3f8fc5ac35 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -161,9 +161,10 @@ reset_password_helper = Click here to reset your password password_too_short = Password length cannot be less then 6. [mail] -register_success = Register success, Welcome activate_account = Please activate your account activate_email = Verify your e-mail address +reset_password = Reset your password +register_success = Register success, Welcome [modal] yes = Yes @@ -281,7 +282,7 @@ email_deletion_desc = Delete this e-mail address will remove related information email_deletion_success = E-mail has been deleted successfully! add_new_email = Add new e-mail address add_email = Add e-mail -add_email_confirmation_sent = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the confirmation process. +add_email_confirmation_sent = A new confirmation e-mail has been sent to '%s', please check your inbox within the next %d hours to complete the confirmation process. add_email_success = Your new E-mail address was successfully added. manage_ssh_keys = Manage SSH Keys |