You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This contains some additional fixes and small nits related to go-gitea#17957
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Copy file name to clipboardexpand all lines: options/locale/locale_en-US.ini
+1-2
Original file line number
Diff line number
Diff line change
@@ -748,10 +748,9 @@ passcode_invalid = The passcode is incorrect. Try again.
748
748
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!
749
749
twofa_failed_get_secret = Failed to get secret.
750
750
751
-
webauthn_desc = Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel="noreferrer"href="https://w3c.github.io/webauthn/#webauthn-authenticator">WebAuthn Authenticator</a> standard.
751
+
webauthn_desc = Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel="noreferrer"target="_blank"href="https://w3c.github.io/webauthn/#webauthn-authenticator">WebAuthn Authenticator</a> standard.
752
752
webauthn_register_key = Add Security Key
753
753
webauthn_nickname = Nickname
754
-
webauthn_press_button = Press the button on your security key to register it.
755
754
webauthn_delete_key = Remove Security Key
756
755
webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
0 commit comments