From 05f1d62041f7ec8bd6949604d49176942f0d2404 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 9 Feb 2022 17:46:31 +0100 Subject: [PATCH] Resolve #218 --- plugins/change-password/js/ChangePasswordUserSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change-password/js/ChangePasswordUserSettings.js b/plugins/change-password/js/ChangePasswordUserSettings.js index c581d6319..156e4655a 100644 --- a/plugins/change-password/js/ChangePasswordUserSettings.js +++ b/plugins/change-password/js/ChangePasswordUserSettings.js @@ -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('');