-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Differentiate in rate limited links #1560
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2259,7 +2259,9 @@ const en = { | |
resetRequest: "Reset your verfication code", | ||
resetToken: "Use a reset code", | ||
rateLimited: "You were rate-limited", | ||
rateLimitedInfo: "You have attempted the TOTP verification too many times, and therefore your TOTP has been disabled. Use a reset code to have your TOTP reset. Please contact [email protected] for a reset code if you have not received one or request a new reset code." | ||
rateLimitedInfo: "You have attempted the TOTP verification too many times, and therefore your TOTP has been disabled. Use a reset code to have your TOTP reset. Please contact [email protected] for a reset code if you have not received one or request a new reset code.", | ||
rateLimitedResetRequest: "Reset your verfication code", | ||
rateLimitedResetToken: "Use a reset code", | ||
}, | ||
profile: { | ||
name: "Two-factor authentication", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2259,7 +2259,9 @@ const nl = { | |
resetRequest: "Reset je verificatiecode", | ||
resetToken: "Gebruik een resetcode", | ||
rateLimited: "Je bent rate-limited", | ||
rateLimitedInfo: "Je hebt de TOTP-verificatie te vaak geprobeerd en daarom is je TOTP uitgeschakeld. Gebruik een resetcode om je TOTP te resetten. Neem contact op [email protected] voor een resetcode als je deze niet ontvangen hebt of vraag een nieuwe restcode aan." | ||
rateLimitedInfo: "Je hebt de TOTP-verificatie te vaak geprobeerd en daarom is je TOTP uitgeschakeld. Gebruik een resetcode om je TOTP te resetten. Neem contact op [email protected] voor een resetcode als je deze niet ontvangen hebt of vraag een nieuwe restcode aan.", | ||
rateLimitedResetRequest: "Reset je verificatiecode", | ||
rateLimitedResetToken: "Gebruik een resetcode", | ||
}, | ||
profile: { | ||
name: "Tweefactorauthenticatie", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters