mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 23:42:11 +01:00
Add error message for password error (#1527)
Adds missing error message for wrong password in "change password" dialog.
This commit is contained in:
2
gradle/changelog/error_message_for_wrong_password.yaml
Normal file
2
gradle/changelog/error_message_for_wrong_password.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Missing error message for wrong password ([#1527](https://github.com/scm-manager/scm-manager/pull/1527))
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user