Add error message for password error (#1527)

Adds missing error message for wrong password in "change password" dialog.
This commit is contained in:
René Pfeuffer
2021-02-09 07:55:17 +01:00
committed by GitHub
parent fbf75ba580
commit b82496d5b1
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Missing error message for wrong password ([#1527](https://github.com/scm-manager/scm-manager/pull/1527))

View File

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

View File

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