From 229a3f0989ef0371e1aa89ff06828dd2cd36e812 Mon Sep 17 00:00:00 2001 From: Pascal Dreissen <pascal@dreissen.nl> Date: Mon, 18 Jul 2016 18:24:07 -0400 Subject: [PATCH] Prevent password managers to overwrite passwords in reseller / client and mailbox edit screen (fixes #4030) --- interface/web/mail/lib/lang/pt_mail_user.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/lang/pt_mail_user.lng b/interface/web/mail/lib/lang/pt_mail_user.lng index 4e7934a..f638554 100644 --- a/interface/web/mail/lib/lang/pt_mail_user.lng +++ b/interface/web/mail/lib/lang/pt_mail_user.lng @@ -14,6 +14,7 @@ $wb['quota_txt'] = 'Cota'; $wb['server_id_txt'] = 'Aerver_id'; $wb['password_txt'] = 'Senha'; +$wb['password_click_to_set_txt'] = 'Click to set'; $wb['maildir_txt'] = 'Maildir'; $wb['postfix_txt'] = 'Permitir Recepção'; $wb['greylisting_txt'] = 'Enable greylisting'; -- Gitblit v1.9.1