mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #218
This commit is contained in:
parent
92b81b777b
commit
05f1d62041
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
// Notification.CurrentPasswordIncorrect
|
// Notification.CurrentPasswordIncorrect
|
||||||
this.currentPasswordError(true);
|
this.currentPasswordError(true);
|
||||||
}
|
}
|
||||||
this.errorDescription((data && data.ErrorMessageAdditional)
|
this.errorDescription((data && rl.i18n(data.ErrorMessageAdditional))
|
||||||
|| rl.i18n('NOTIFICATIONS/COULD_NOT_SAVE_NEW_PASSWORD'));
|
|| rl.i18n('NOTIFICATIONS/COULD_NOT_SAVE_NEW_PASSWORD'));
|
||||||
} else {
|
} else {
|
||||||
this.currentPassword('');
|
this.currentPassword('');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue