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.
@@ -167,8 +173,10 @@ public extension WordPressAuthenticatorDisplayStrings {
167
173
comment:"Enter your account information for {site url}. Asks the user to enter a username and password for their self-hosted site."),
168
174
usernamePasswordInstructions:NSLocalizedString("Log in with your WordPress.com username and password.",
169
175
comment:"Instructions on the WordPress.com username / password log in form."),
170
-
twoFactorInstructions:NSLocalizedString("Please enter the verification code from your authenticator app, or tap the link below to receive a code via SMS.",
176
+
twoFactorInstructions:NSLocalizedString("Please enter the verification code from your authenticator app.",
171
177
comment:"Instruction text on the two-factor screen."),
178
+
twoFactorOtherFormsInstructions:NSLocalizedString("Or choose another form of authentication.",
179
+
comment:"Instruction text for other forms of two-factor auth methods."),
172
180
magicLinkSignupInstructions:NSLocalizedString("We'll email you a signup link to create your new WordPress.com account.",
173
181
comment:"Instruction text on the Sign Up screen."),
174
182
openMailSignupInstructions:NSLocalizedString("We've emailed you a signup link to create your new WordPress.com account. Check your email on this device, and tap the link in the email you receive from WordPress.com.",
@@ -210,8 +218,10 @@ public extension WordPressAuthenticatorDisplayStrings {
210
218
comment:"The button title for a secondary call-to-action button. When the user can't remember their password."),
211
219
getLoginLinkButtonTitle:NSLocalizedString("Get a login link by email",
212
220
comment:"The button title for a secondary call-to-action button. When the user wants to try sending a magic link instead of entering a password."),
213
-
textCodeButtonTitle:NSLocalizedString("Text me a code instead",
221
+
textCodeButtonTitle:NSLocalizedString("Text me a code via SMS",
214
222
comment:"The button's title text to send a 2FA code via SMS text message."),
223
+
securityKeyButtonTitle:NSLocalizedString("Use a security key",
224
+
comment:"The button's title text to use a security key."),
215
225
loginTermsOfService:NSLocalizedString("By continuing, you agree to our _Terms of Service_.", comment:"Legal disclaimer for logging in. The underscores _..._ denote underline."),
216
226
signupTermsOfService:NSLocalizedString("If you continue with Apple or Google and don't already have a WordPress.com account, you are creating an account and you agree to our _Terms of Service_.", comment:"Legal disclaimer for signing up. The underscores _..._ denote underline."),
217
227
whatIsWPComLinkTitle:NSLocalizedString("What is WordPress.com?",
0 commit comments