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": {