From 99b5758dd63b8b4fc9fa7fbe3e2540c6d7d8d031 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 28 May 2014 18:30:18 -0400 Subject: Fix typo (error message) --- app/Locales/de_DE/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Locales/de_DE') diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index 24122b00..97858079 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -126,7 +126,7 @@ return array( 'The username must be unique' => 'Der Benutzername muss eindeutig sein', 'The username must be alphanumeric' => 'Der Benutzername muss alphanumerisch sein', 'The user id is required' => 'Die Benutzer ID wird benötigt', - 'Passwords doesn\'t matches' => 'Passwörter passen nicht zusammen', + 'Passwords don\'t match' => 'Passwörter passen nicht zusammen', 'The confirmation is required' => 'Die Bestätigung wird benötigt', 'The column is required' => 'Die Spalte wird benötigt', 'The project is required' => 'Das Projekt wird benötigt', -- cgit v1.2.3