mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 10:30:56 +02:00
fix one string and add some translatable items
This commit is contained in:
parent
9083de7790
commit
4f16e8cdc0
3 changed files with 24 additions and 7 deletions
|
|
@ -57,7 +57,7 @@ class PasswdModule extends Module
|
|||
}
|
||||
|
||||
if($data['new_password'] !== $data['new_password_repeat']) {
|
||||
$errorMessage = dgettext("plugin_passwd", 'New passwords does not match.');
|
||||
$errorMessage = dgettext("plugin_passwd", 'New passwords do not match.');
|
||||
}
|
||||
|
||||
if(empty($errorMessage)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue