We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413ec5c commit fdeb086Copy full SHA for fdeb086
1 file changed
interface/web/login/lib/lang/en.lng
@@ -32,7 +32,7 @@ $wb['lost_password_function_disabled_txt'] = 'The lost password function is not
32
$wb['lost_password_function_wait_txt'] = 'You cannot request a new password yet. Please wait a few minutes.';
33
$wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
34
$wb['lost_password_function_denied_txt'] = 'This activation link is not valid.';
35
-$wb['otp_code_txt'] = '2-Factor Authentication';
+$wb['otp_code_txt'] = 'Two Factor Authentication';
36
$wb['otp_code_desc_txt'] = 'Enter the code you got from your authenticator app or via email.';
37
$wb['otp_code_placeholder_txt'] = 'OTP code';
38
$wb['otp_code_resend_txt'] = 'Request new code';
0 commit comments