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/fr_FR/translations.php | |
parent | 3fcd3d536883fccabef0dcdf1824fa84bcb77ca9 (diff) |
Fix typo (error message)
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 53ded262..9c284892 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -125,7 +125,7 @@ return array( 'The username must be unique' => 'Le nom d\'utilisateur doit être unique', 'The username must be alphanumeric' => 'Le nom d\'utilisateur doit être alpha-numérique', 'The user id is required' => 'L\'id de l\'utilisateur est obligatoire', - 'Passwords doesn\'t matches' => 'Les mots de passe ne correspondent pas', + 'Passwords don\'t match' => 'Les mots de passe ne correspondent pas', 'The confirmation is required' => 'Le confirmation est requise', 'The column is required' => 'La colonne est obligatoire', 'The project is required' => 'Le projet est obligatoire', |