From 62271fe064898805ef3feaff2ad6aa27893d13c7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Jan 2017 17:32:00 +0100 Subject: [PATCH] New translations --- resources/lang/es_ES/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 6d412f04fe..addd0e6f39 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -23,6 +23,7 @@ return [ 'belongs_to_user' => 'The value of :attribute is unknown', 'accepted' => 'The :attribute must be accepted.', 'bic' => 'This is not a valid BIC.', + 'more' => ':attribute must be larger than zero.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'alpha' => 'The :attribute may only contain letters.',