From c587b1161b2e3bce1e3947364ff39ad120bf5678 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:41:48 +0100 Subject: [PATCH] New translations dashboard.php (Czech) --- resources/lang/cs-CZ/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index 415a5228..6bcbe76a 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Nahlásit incident', 'success' => 'Incident byl přidán.',