mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08: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
|
||||
this.currentPasswordError(true);
|
||||
}
|
||||
this.errorDescription((data && data.ErrorMessageAdditional)
|
||||
this.errorDescription((data && rl.i18n(data.ErrorMessageAdditional))
|
||||
|| rl.i18n('NOTIFICATIONS/COULD_NOT_SAVE_NEW_PASSWORD'));
|
||||
} else {
|
||||
this.currentPassword('');
|
||||
|
|
Loading…
Reference in a new issue