This commit is contained in:
the-djmaze 2022-02-09 17:46:31 +01:00
parent 92b81b777b
commit 05f1d62041

View file

@ -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('');