From 0c6f5e20f1c1d4ed56bd0d925e48333d911dd502 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sat, 2 Nov 2019 10:41:43 +0000 Subject: [PATCH] New translations dashboard.php (Czech) --- resources/lang/cs-CZ/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index d0add6e9..260fc1b9 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -35,7 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], - 'reported_by' => 'Reported by :user', + 'reported_by' => 'Reported :timestamp by :user', 'add' => [ 'title' => 'Nahlásit incident', 'success' => 'Incident byl přidán.',