diff options
author | Fluf <36822577+flufmonster@users.noreply.github.com> | 2018-05-21 13:15:25 -0400 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-05-21 13:15:25 -0400 |
commit | 74e05e60cafa65fed399b074219e2cfa3c1c59b0 (patch) | |
tree | dcf5fff96fbaf00c7b1ec017868d322058788ec4 | |
parent | d94472e89b341d55f5529b3f7d9e0c666d982659 (diff) | |
download | gitea-74e05e60cafa65fed399b074219e2cfa3c1c59b0.tar.gz gitea-74e05e60cafa65fed399b074219e2cfa3c1c59b0.zip |
Fix typo in U2F description (#4007)
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e34cf90528..f63a893017 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -463,7 +463,7 @@ then_enter_passcode = And enter the passcode shown in the application: passcode_invalid = The passcode is incorrect. Try again. twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once! -u2f_desc = Security keys are hardware devices containing cryptograhic keys. They could be used for two factor authentication. The security key must support the <a href="https://fidoalliance.org/">FIDO U2F</a> standard. +u2f_desc = Security keys are hardware devices containing cryptographic keys. They could be used for two factor authentication. The security key must support the <a href="https://fidoalliance.org/">FIDO U2F</a> standard. u2f_require_twofa = Two-Factor-Authentication must be enrolled in order to use security keys. u2f_register_key = Add Security Key u2f_nickname = Nickname |