From 45dfc74ab343618b06b2b9796b86c4dbf03be1aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Feb 2017 12:11:14 +0100 Subject: [PATCH] New translations --- resources/lang/es_ES/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index ea21edefe4..addd0e6f39 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -88,4 +88,4 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', -]; +]; \ No newline at end of file