diff options
| -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 368e6917..ec784933 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -608,7 +608,7 @@ return array(      'Time Tracking' => 'Feuille de temps',      'You already have one subtask in progress' => 'Vous avez déjà une sous-tâche en progrès',      'Which parts of the project do you want to duplicate?' => 'Quelles parties du projet voulez-vous dupliquer ?', -    'Disallow login form' => 'Interdir le formulaire d\'authentification', +    'Disallow login form' => 'Interdire le formulaire d\'authentification',      'Bitbucket commit received' => 'Commit reçu via Bitbucket',      'Bitbucket webhooks' => 'Webhook Bitbucket',      'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', | 
