diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2016-07-06 22:58:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-06 22:58:39 -0400 |
| commit | 2dec307ccf435765c1097a45a63c8ae61f661c0c (patch) | |
| tree | 28c9503baa51d3befebff83c17a744abd8e4dc47 | |
| parent | 6ccd8c11faff4a8b5209b45c140d12f94d97449b (diff) | |
| parent | 908cff9b6a2841bd074d0352c45ff8d44785b410 (diff) | |
Merge pull request #2448
| -rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 9431846d..e3ee8a4b 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -944,7 +944,7 @@ return array( 'Project Manager' => 'Chef de projet', 'Project Member' => 'Membre du projet', 'Project Viewer' => 'Visualiseur de projet', - 'Your account is locked for %d minutes' => 'Votre compte est vérouillé pour %d minutes', + 'Your account is locked for %d minutes' => 'Votre compte est verrouillé pour %d minutes', 'Invalid captcha' => 'Captcha invalid', 'The name must be unique' => 'Le nom doit être unique', 'View all groups' => 'Voir tous les groupes', |
