From cdc9c0a354e8b6b4ea9fea9815feb828bab92e5a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:42:41 +0100 Subject: [PATCH] New translations dashboard.php (French) --- resources/lang/fr-FR/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php index 6b15b2b9..37cd1cdf 100644 --- a/resources/lang/fr-FR/dashboard.php +++ b/resources/lang/fr-FR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Ajouter un incident', 'success' => 'Incident ajouté.',