From 7f747cd4ef2267f507697c4ed013ea84dfe0ad97 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 10:40:18 +0200 Subject: [PATCH] New translations validation.php (Spanish) --- 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 cb5c33ed45..fdf2d902b0 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -91,4 +91,4 @@ return [ 'present' => 'El campo :attribute debe estar presente.', 'amount_zero' => 'La cantidad total no puede ser cero', 'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://goo.gl/NCh2tN', -]; \ No newline at end of file +];