We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47722a commit 0ecb820Copy full SHA for 0ecb820
interface/web/login/lib/lang/en.lng
@@ -32,4 +32,8 @@ $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';
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_reset_txt'] = 'Request new code';
39
?>
0 commit comments