From e78e98a6cf00dcc57a69f95aac102d5ef5f032b7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Jan 2017 13:42:26 +0100 Subject: [PATCH] New translations --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index bca4877975..a9c6594691 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -49,7 +49,7 @@ return [ 'flash_warning' => 'Attention !', 'flash_error' => 'Erreur !', 'flash_info_multiple' => 'Il y a un message| Il y a :count messages', - 'flash_error_multiple' => 'Il y a une erreur| Il y a :count errors', + 'flash_error_multiple' => 'Il y a une erreur|Il y a :count errors', 'net_worth' => 'Valeur nette', 'route_has_no_help' => 'There is no help for this route.', 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language',