diff --git a/interface/web/login/lib/lang/ar.lng b/interface/web/login/lib/lang/ar.lng
index 74e4c49ecd6e5d5814db4045e0e769fc6833ff72..4268f8696cf0bddfb45f5bb01f49171eaf6812c2 100644
--- a/interface/web/login/lib/lang/ar.lng
+++ b/interface/web/login/lib/lang/ar.lng
@@ -39,12 +39,5 @@ $wb['otp_code_email_sent_txt'] = 'An email was sent to';
 $wb['otp_code_email_subject_txt'] = 'ISPConfig Login authentication';
 $wb['otp_code_email_template_txt'] = 'Your One time login code is %s' . PHP_EOL . 'This code is valid for 10 minutes.' . PHP_EOL;
 $wb['otp_code_resend_txt'] = 'Request new code';
-$wb['otp_code_txt'] = 'Two Factor Authentication';
-$wb['otp_code_desc_txt'] = 'Enter the code you got from your authenticator app or via email.';
-$wb['otp_code_placeholder_txt'] = 'OTP code';
-$wb['otp_code_email_sent_txt'] = 'An email was sent to';
-$wb['otp_code_email_subject_txt'] = 'ISPConfig Login authentication';
-$wb['otp_code_email_template_txt'] = 'Your One time login code is %s' . PHP_EOL . 'This code is valid for 10 minutes.' . PHP_EOL;
-$wb['otp_code_resend_txt'] = 'Request new code';
 $wb['otp_code_email_sent_failed_txt'] = 'Failed sending an email to %s';
 ?>