From 2a189307eb0a6693a8d64b62e3845ca87c58d1eb Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Fri, 18 May 2012 08:34:18 -0400 Subject: [PATCH] - Added "Repeat Password" field to all forms where a password has to be set. --- interface/web/mailuser/lib/lang/en_mail_user_password.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/mailuser/lib/lang/en_mail_user_password.lng b/interface/web/mailuser/lib/lang/en_mail_user_password.lng index 77e6841..43c114a 100644 --- a/interface/web/mailuser/lib/lang/en_mail_user_password.lng +++ b/interface/web/mailuser/lib/lang/en_mail_user_password.lng @@ -3,4 +3,8 @@ $wb["password_txt"] = 'Password'; $wb["password_strength_txt"] = 'Password strength'; $wb["email_txt"] = 'Email'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> \ No newline at end of file -- Gitblit v1.9.1