fix error message

This commit is contained in:
Hannes Huber 2020-06-01 20:24:45 +02:00
parent 21502a0b1c
commit ff4c984f54
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class UpdateUserSettingsAction {
this.repository.save(this.user);
result.updated = true;
} else {
result.errorString = "Die neuen Passwörter entsprechen dem alten Passwort.";
result.errorString = "Das neue Passwort entspricht dem alten Passwort.";
}
} else {
result.errorString = "Die beiden neuen Passwörter stimmen nicht überein. Bitte versuchen Sie es erneut.";