From b82496d5b1c7e89eb5f6caece9dccbfafefab53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 9 Feb 2021 07:55:17 +0100 Subject: [PATCH] Add error message for password error (#1527) Adds missing error message for wrong password in "change password" dialog. --- gradle/changelog/error_message_for_wrong_password.yaml | 2 ++ scm-webapp/src/main/resources/locales/de/plugins.json | 4 ++++ scm-webapp/src/main/resources/locales/en/plugins.json | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 gradle/changelog/error_message_for_wrong_password.yaml diff --git a/gradle/changelog/error_message_for_wrong_password.yaml b/gradle/changelog/error_message_for_wrong_password.yaml new file mode 100644 index 0000000000..f924a4229f --- /dev/null +++ b/gradle/changelog/error_message_for_wrong_password.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Missing error message for wrong password ([#1527](https://github.com/scm-manager/scm-manager/pull/1527)) diff --git a/scm-webapp/src/main/resources/locales/de/plugins.json b/scm-webapp/src/main/resources/locales/de/plugins.json index 8faf0f1ae5..450a7fcf67 100644 --- a/scm-webapp/src/main/resources/locales/de/plugins.json +++ b/scm-webapp/src/main/resources/locales/de/plugins.json @@ -330,6 +330,10 @@ "1mSNlpe1V1": { "displayName": "Repository wird exportiert", "description": "Das Repository wird momentan exportiert und darf nicht modifiziert werden." + }, + "8YR7aawFW1": { + "displayName": "Aktuelles Passwort falsch", + "description": "Das aktuelle Passwort ist falsch. Bitte versuchen Sie es noch einmal." } }, "namespaceStrategies": { diff --git a/scm-webapp/src/main/resources/locales/en/plugins.json b/scm-webapp/src/main/resources/locales/en/plugins.json index 79d912d1a8..80ea11ac90 100644 --- a/scm-webapp/src/main/resources/locales/en/plugins.json +++ b/scm-webapp/src/main/resources/locales/en/plugins.json @@ -330,6 +330,10 @@ "1mSNlpe1V1": { "displayName": "Repository is being exported", "description": "The repository is being exported and therefore must not be modified." + }, + "8YR7aawFW1": { + "displayName": "Wrong current password", + "description": "The current password is wrong. Please try again." } }, "namespaceStrategies": {