diff options
author | AJ ONeal <coolaj86@gmail.com> | 2018-10-28 16:46:16 -0600 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-28 18:46:16 -0400 |
commit | b8451190d85af255a94b02cdfdd6d375015b3864 (patch) | |
tree | 19430b0cb6609dbf7904625269aa47a2b8e344b5 /options/locale | |
parent | a2ee2a3c67304920a968c1c852e43b3dc2d7c3e7 (diff) | |
download | gitea-b8451190d85af255a94b02cdfdd6d375015b3864.tar.gz gitea-b8451190d85af255a94b02cdfdd6d375015b3864.zip |
UX of link account (Step 1) (#5006)
* Show either sign up OR sign in
* disambiguate fresh start from adding recovery options
* use tabs to switch between account link flows
* add active to tab body as well
* changes as per discussion
* handle specific error; fix missing err typo
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6855e0376b..a0babf7a19 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -9,7 +9,6 @@ sign_in_with = Sign In With sign_out = Sign Out sign_up = Register link_account = Link Account -link_account_signin_or_signup = Sign in with existing credentials to link your existing account to this account. Or register a new one. register = Register website = Website version = Version @@ -230,6 +229,12 @@ twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your dev 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_submit = Complete Account +oauth_signin_tab = Link to Existing Account +oauth_signin_title = Sign In to Authorize Linked Account +oauth_signin_submit = Link Account openid_connect_submit = Connect openid_connect_title = Connect to an existing account openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here. |