1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-07-27 18:42:47 +02:00

fix one string and add some translatable items

This commit is contained in:
Sander Hoentjen 2014-03-05 14:51:13 +01:00
commit 4f16e8cdc0
3 changed files with 24 additions and 7 deletions

View file

@ -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)) {