diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-28 18:30:18 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-28 18:30:18 -0400 |
commit | 99b5758dd63b8b4fc9fa7fbe3e2540c6d7d8d031 (patch) | |
tree | 23af34d235950f402f029c0d0de3428a1951ec2c /app/Locales/de_DE | |
parent | 3fcd3d536883fccabef0dcdf1824fa84bcb77ca9 (diff) |
Fix typo (error message)
Diffstat (limited to 'app/Locales/de_DE')
-rw-r--r-- | app/Locales/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |