oathauth-step1-test: Improve examples (and add links) of 2FA apps

Bug: T226059
Change-Id: I13ccf55016f6ca212142ce2a4290255f2890e023
This commit is contained in:
Reedy 2023-12-26 22:19:57 +00:00
parent ca3b49b86f
commit d4cc647595
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
"oathauth-disabledoath": "Disabled two-factor authentication.",
"oathauth-prefs-label": "Two-factor authentication:",
"oathauth-step1": "Step 1: Download a two-factor authentication program",
"oathauth-step1-test": "Download a program for two-factor authentication. That can be a mobile application (such as Google Authenticator) or a desktop application.",
"oathauth-step1-test": "Download a program for two-factor authentication. That can be a mobile or desktop application, such as [https://authy.com/ Authy], [https://freeotp.github.io/ FreeOTP], [https://support.google.com/accounts/answer/1066447 Google Authenticator] or [https://www.microsoft.com/en-us/account/authenticator/ Microsoft Authenticator]. A browser extension. Or a password manager such as [https://1password.com/ 1Password].",
"oathauth-step2": "Step 2: Scan the QR code",
"oathauth-step2-qrcode": "Scan the QR code using the application or browser extension you downloaded in step 1 for two-factor authentication.",
"oathauth-step2alt": "If you are unable to scan the QR code, enter the secret key and account name manually:",

View file

@ -37,7 +37,7 @@
"oathauth-disabledoath": "Plain text found on Special:OATH when disabling OATH has been successful.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
"oathauth-prefs-label": "Plain text label seen on Special:Preferences\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]\n{{Identical|Two factor authentication}}",
"oathauth-step1": "Label for step 1 on Special:OATH form",
"oathauth-step1-test": "Text for step 1 on Special:OATH for. Check the name of \"Google Authenticator\" in your language in the Play Market—it may be translated.\n\nThis message is not parsed, so don't add formatting or links.",
"oathauth-step1-test": "Text for step 1 on Special:OATH form. Check the name of \"Google Authenticator\" in your language in the Play Market—it may be translated.",
"oathauth-step2": "Label for step 2, the QR code, on Special:OATH",
"oathauth-step2-qrcode": "Instruction to scan the QR code using the application downloaded in step 1",
"oathauth-step2alt": "Label for information on how to manually (if you are unable to scan/use the QR code) do step 2 on Special:OATH",

View file

@ -71,7 +71,7 @@ class TOTPEnableForm extends OATHAuthOOUIHTMLForm {
return [
'app' => [
'type' => 'info',
'default' => $this->msg( 'oathauth-step1-test' )->escaped(),
'default' => $this->msg( 'oathauth-step1-test' )->parse(),
'raw' => true,
'section' => 'step1',
],