You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
@@ -160,6 +172,10 @@ public extension WordPressAuthenticatorDisplayStrings {
160
172
comment:"Instruction text after a signup Magic Link was requested."),
161
173
openMailLoginInstructions:NSLocalizedString("Check your email on this device, and tap the link in the email you receive from WordPress.com.",
162
174
comment:"Instruction text after a login Magic Link was requested."),
175
+
verifyMailLoginInstructions:NSLocalizedString("A WordPress.com account is connected to your store credentials. To continue, we will send a verification link to the email address above.",
176
+
comment:"Instruction text to explain magic link login step."),
177
+
alternativelyEnterPasswordInstructions:NSLocalizedString("Alternatively, you may enter the password for this account.",
178
+
comment:"Instruction text to explain to help users type their password instead of using magic link login option."),
163
179
checkSpamInstructions:NSLocalizedString("Not seeing the email? Check your Spam or Junk Mail folder.", comment:"Instructions after a Magic Link was sent, but the email can't be found in their inbox."),
164
180
oopsInstructions:NSLocalizedString("Didn't mean to create a new account? Go back to re-enter your email address.", comment:"Instructions after a Magic Link was sent, but email is incorrect."),
165
181
googleSignupInstructions:NSLocalizedString("We'll use this email address to create your new WordPress.com account.", comment:"Text confirming email address to be used for new account."),
@@ -181,6 +197,10 @@ public extension WordPressAuthenticatorDisplayStrings {
181
197
comment:"Button title. Takes the user to the login by site address flow."),
182
198
signInWithSiteCredentialsButtonTitle:NSLocalizedString("Sign in with site credentials",
183
199
comment:"Button title. Takes the user the Enter site credentials screen."),
0 commit comments