Skip to content

Commit 0ecb820

Browse files
committed
Add translation strings
1 parent d47722a commit 0ecb820

File tree

1 file changed

+4
-0
lines changed
  • interface/web/login/lib/lang

1 file changed

+4
-0
lines changed

interface/web/login/lib/lang/en.lng

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ $wb['lost_password_function_disabled_txt'] = 'The lost password function is not
3232
$wb['lost_password_function_wait_txt'] = 'You cannot request a new password yet. Please wait a few minutes.';
3333
$wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
3434
$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';
3539
?>

0 commit comments

Comments
 (0)