From 164c012f69f78a9ab2e383637d9a68c7bc5d8cef Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sat, 2 Nov 2019 10:41:32 +0000 Subject: [PATCH] New translations dashboard.php (Spanish) --- resources/lang/es-ES/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es-ES/dashboard.php b/resources/lang/es-ES/dashboard.php index ebb6b259..b41b10f3 100644 --- a/resources/lang/es-ES/dashboard.php +++ b/resources/lang/es-ES/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' => 'Reportar incidente', 'success' => 'Incidente agregado.',