From 1be0b2bd07fbc2272db6d5c82345d12ba7dca115 Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 29 Mar 2024 16:39:56 +0000 Subject: [PATCH] Make 2FA client examples into urls Bug: T359996 Change-Id: I60b5b4b8b5fea1a2d3a92889c61b53269e51a160 --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 17515682..8e55ce61 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -19,7 +19,7 @@ "oathauth-recoverycodes-download": "Download recovery codes", "oathauth-disable": "Disable two-factor authentication", "oathauth-validatedoath": "Validated two-factor credentials. Two-factor authentication will now be enforced.", - "oathauth-noscratchforvalidation": "You cannot use a recovery code to confirm two-factor authentication. Recovery codes are for backup and incidental use only. Please use a code from your two-factor authentication application (such as Authy, FreeOTP, Google Authenticator, Microsoft Authenticator or 1Password).", + "oathauth-noscratchforvalidation": "You cannot use a recovery code to confirm two-factor authentication. Recovery codes are for backup and incidental use only. Please use a code from your two-factor authentication application (such as [https://authy.com/ Authy], [https://freeotp.github.io/ FreeOTP], [https://support.google.com/accounts/answer/1066447 Google Authenticator], [https://www.microsoft.com/en/security/mobile-authenticator-app Microsoft Authenticator] or [https://1password.com/ 1Password]).", "oathauth-failedtovalidateoath": "Failed to validate two-factor credentials", "oathauth-disabledoath": "Disabled two-factor authentication.", "oathauth-prefs-label": "Two-factor authentication:", @@ -49,7 +49,7 @@ "oathauth-auth-token-label": "Two-factor token or recovery code", "oathauth-auth-token-help": "The one-time password used as the second factor of two-factor authentication.", "oathauth-auth-token-help-ui": "Enter either a code from your authentication device, or a recovery code", - "oathauth-auth-ui": "Please enter a code from your two-factor authentication application (such as Authy, FreeOTP, Google Authenticator, Microsoft Authenticator or 1Password).", + "oathauth-auth-ui": "Please enter a code from your two-factor authentication application (such as [https://authy.com/ Authy], [https://freeotp.github.io/ FreeOTP], [https://support.google.com/accounts/answer/1066447 Google Authenticator], [https://www.microsoft.com/en/account/authenticator/ Microsoft Authenticator] or [https://1password.com/ 1Password]).", "oathauth-throttled": "Too many verification attempts! Please wait $1.", "oathauth-login-failed": "Verification failed.", "oathauth-describe-provider": "Two-factor authentication (OATH).",