From bec231fba9dc68202446ae69ee4e27e2435cdeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Fri, 9 Aug 2019 18:08:56 +0200 Subject: [PATCH] Update validation.php --- resources/lang/oc/validation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/oc/validation.php b/resources/lang/oc/validation.php index 66ba3f37a..e182f1e42 100644 --- a/resources/lang/oc/validation.php +++ b/resources/lang/oc/validation.php @@ -51,10 +51,10 @@ return [ 'ipv6' => ':attribute deu èsser una adreça IPv6 valida.', 'json' => ':attribute deu èsser una cadena JSON valida.', 'max' => [ - 'numeric' => 'The :attribute deu pas èsser superior a :max.', - 'file' => 'The :attribute deu pas èsser superior a :max kiloctets.', - 'string' => 'The :attribute deu èsser superior a :max caractèrs.', - 'array' => 'The :attribute deu pas conténer mai de :max elements', + 'numeric' => ':attribute deu pas èsser superior a :max.', + 'file' => ':attribute deu pas èsser superior a :max kiloctets.', + 'string' => ':attribute deu èsser superior a :max caractèrs.', + 'array' => ':attribute deu pas conténer mai de :max elements.', ], 'mimes' => ':attribute deu èsser un fichièr del tipe : :values.', 'mimetypes' => ':attribute deu èsser un fichièr del tipe : :values.',