en.json: Swap recovery tokens for recovery codes in some new messages

Bug: T380116
Change-Id: I27c352273647b037070bad7bb1e40685b8a4cd08
This commit is contained in:
Reedy 2024-11-18 13:44:29 +00:00
parent 4ab35ca5d7
commit 4d6f069c9b

View file

@ -15,7 +15,7 @@
"oathauth-recoverycodes": "The following list is a list of one-time use recovery codes. These codes can only be used once, and are for emergency use when you don't have access to your device. Please write these down and keep them in a secure location. It is recommended that you mark each code as used when you have logged in using it. If you lose your device, these codes are the only way to rescue your account.",
"oathauth-recoverycodes-important": "This step is important! Do not skip this step!",
"oathauth-recoverycodes-neveragain": "These codes will never be shown again!",
"oathauth-recoverytokens-createdat": "Recovery tokens created: $1",
"oathauth-recoverytokens-createdat": "Recovery codes created: $1",
"oathauth-recoverycodes-download": "Download",
"oathauth-recoverycodes-copy": "Copy",
"oathauth-recoverycodes-copy-success": "Recovery codes were copied to your clipboard!",
@ -113,5 +113,5 @@
"oathauth-prefs-disabledgroups": "Disabled {{PLURAL:$1|group|groups}}:",
"oathauth-prefs-disabledgroups-help": "{{GENDER:$2|Your membership}} in {{PLURAL:$1|this group|these groups}} is disabled until you enable [[Special:Manage Two-factor authentication|two-factor authentication]].",
"oathauth-qrcode-alt": "Scannable QR code representing the secret key.",
"oathauth-hint": "Don't have access to your device or application? You can enter recovery tokens (presented when you enabled 2FA) in this field."
"oathauth-hint": "Don't have access to your device or application? You can enter recovery codes (presented when you enabled 2FA) in this field."
}