diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index aa28136b..0597f1ca 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1090,7 +1090,7 @@ class accountContainer { } } if ($pwdErrors == 0) { - $result[] = array('INFO', _('New password set successfully.'), _('The new password will be stored in the directory after you save this account.')); + $result[] = array('INFO', _('The new password will be stored in the directory after you save this account.')); $result = array_merge($result, $pwdMessages); } else {