From bcd2ee223f1ae154a586eb568e2d3781babad123 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:42:35 +0100 Subject: [PATCH] New translations dashboard.php (English) --- resources/lang/en-US/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en-US/dashboard.php b/resources/lang/en-US/dashboard.php index afbe2caa..2be9eca9 100644 --- a/resources/lang/en-US/dashboard.php +++ b/resources/lang/en-US/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Report an incident', 'success' => 'Incident added.',