From 2eae0457b4aec4f70ae38e3c5bcc344b245042ac Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:41:25 +0100 Subject: [PATCH] New translations dashboard.php (Spanish) --- resources/lang/es-ES/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es-ES/dashboard.php b/resources/lang/es-ES/dashboard.php index d3a1abc3..914fa1e8 100644 --- a/resources/lang/es-ES/dashboard.php +++ b/resources/lang/es-ES/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Algo salió mal al actualizar la actualización del incidente', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Reportar incidente', 'success' => 'Incidente agregado.',