summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorwin <noerw@users.noreply.github.com>2020-11-21 03:32:27 +0000
committerGitHub <noreply@github.com>2020-11-20 22:32:27 -0500
commitb651409c0a88ba887422092d8465e75eb09c4db7 (patch)
tree4d886290c9ea0e940c6ccbafc140ce00b3185cb8
parentc5f6f8f2f19d6893d5fe32e61214fc3d457a1a39 (diff)
downloadgitea-b651409c0a88ba887422092d8465e75eb09c4db7.tar.gz
gitea-b651409c0a88ba887422092d8465e75eb09c4db7.zip
Improve strings (#13548)
* Correct oauth signup title When linking accounts, a password is not required anymore, so this string becomes confusing * string "remenber me": be more precise Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index f4cdcac427..016211c7f8 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -245,7 +245,7 @@ register_helper_msg = Already have an account? Sign in now!
social_register_helper_msg = Already have an account? Link it now!
disable_register_prompt = Registration is disabled. Please contact your site administrator.
disable_register_mail = Email confirmation for registration is disabled.
-remember_me = Remember Me
+remember_me = Remember this Device
forgot_password_title= Forgot Password
forgot_password = Forgot password?
sign_up_now = Need an account? Register now.
@@ -278,7 +278,7 @@ twofa_scratch_token_incorrect = Your scratch code is incorrect.
login_userpass = Sign In
login_openid = OpenID
oauth_signup_tab = Register New Account
-oauth_signup_title = Add Email and Password (for Account Recovery)
+oauth_signup_title = Complete New Account
oauth_signup_submit = Complete Account
oauth_signin_tab = Link to Existing Account
oauth_signin_title = Sign In to Authorize Linked Account