Skip to content

Commit

Permalink
Merge pull request #142 from creative-commoners/pulls/4.7/tx-1686724983
Browse files Browse the repository at this point in the history
ENH Update translations
  • Loading branch information
GuySartorelli authored Jun 14, 2023
2 parents 95b02cb + 4e6b717 commit 8994a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/lang/en.js
Original file line number Diff line number Diff line change
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 8994a2f

Please sign in to comment.