fix(2fa): Security-Keys subtitle reflects optional/pluggable model (key alone, with TOTP, or both)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>feat/v1-foundation
parent
10f594c08d
commit
d384a7d918
|
|
@ -109,7 +109,7 @@ return [
|
|||
'webauthn_login' => 'Mit Security-Key anmelden',
|
||||
'webauthn_failed' => 'Security-Key konnte nicht bestätigt werden.',
|
||||
'webauthn_title' => 'Security-Keys',
|
||||
'webauthn_subtitle' => 'Hardware-Schlüssel (z. B. YubiKey) als zweiten Faktor beim Login.',
|
||||
'webauthn_subtitle' => 'Hardware-Schlüssel (z. B. YubiKey) — als alleiniger Faktor, mit TOTP oder beides.',
|
||||
'webauthn_unavailable' => 'Security-Keys sind nur verfügbar, wenn das Panel unter einer Domain mit HTTPS läuft.',
|
||||
'webauthn_name' => 'Bezeichnung',
|
||||
'webauthn_name_placeholder' => 'z. B. YubiKey 5C',
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ return [
|
|||
'webauthn_login' => 'Sign in with a security key',
|
||||
'webauthn_failed' => 'Could not verify the security key.',
|
||||
'webauthn_title' => 'Security keys',
|
||||
'webauthn_subtitle' => 'Hardware keys (e.g. YubiKey) as a second factor at login.',
|
||||
'webauthn_subtitle' => 'Hardware keys (e.g. YubiKey) — as the only factor, with TOTP, or both.',
|
||||
'webauthn_unavailable' => 'Security keys are only available when the panel runs under a domain with HTTPS.',
|
||||
'webauthn_name' => 'Label',
|
||||
'webauthn_name_placeholder' => 'e.g. YubiKey 5C',
|
||||
|
|
|
|||
Loading…
Reference in New Issue