diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 13bc9e467..b6ca4b7d6 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -4,13 +4,17 @@ home = Home dashboard = Dashboard explore = Explore help = Help +auth_link_signup_tab = Register New Account +auth_link_signup_title = Add Email and Password (for Account Recovery) +auth_link_signup_submit = Complete Account +auth_link_signin_tab = Link to Existing Account +auth_link_signin_title = Sign In to Authorize Linked Account +auth_link_signin_submit = Link Account sign_in = Sign In sign_in_with = Sign In With sign_out = Sign Out sign_up = Register -add_recovery = Add Email and Password (for Account Recovery) 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 diff --git a/templates/user/auth/link_account.tmpl b/templates/user/auth/link_account.tmpl index 098d904d2..50532939b 100644 --- a/templates/user/auth/link_account.tmpl +++ b/templates/user/auth/link_account.tmpl @@ -1,20 +1,30 @@ {{template "base/head" .}} +
- {{.i18n.Tr "link_account_signin_or_signup"}} -
+ + + +