Skip to content

Commit

Permalink
ENH Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 14, 2023
1 parent 95b02cb commit 4e6b717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/lang/en.js
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Try again",
"MFAWebAuthnVerify.SUCCESS": "Logging in...",
"MFAWebAuthnVerify.VERIFY": "activate it",
"MFAWebAuthnVerify.WAITING": "Waiting..."
"MFAWebAuthnVerify.WAITING": "Waiting...",
"WebAuthnReducer.NOT_ON_HTTPS": "This method can only be used over HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
});
}

0 comments on commit 4e6b717

Please sign in to comment.