From 4a7e740d4d1cdc7670587c7603a0e21bb0c9285f Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Mon, 13 Apr 2015 22:25:43 +0200 Subject: [PATCH] Translation Fix --- resources/lang/de/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index c8463344bb6c..ecaa04865c76 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -557,7 +557,7 @@ return array( 'new_password' => 'Neues Passwort', 'confirm_password' => 'Passwort bestätigen', 'password_error_incorrect' => 'Das aktuelle Passwort ist nicht korrekt.', - 'password_error_invalid' => 'Das neue Kennwort ist ungültig.', + 'password_error_invalid' => 'Das neue Passwort ist ungültig.', 'updated_password' => 'Passwort erfolgreich aktualisiert', 'api_tokens' => 'API Token',