From 6946521199f4b7ecbc4bed61b1e98ad14f99ee7e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Oct 2016 07:19:39 +0100 Subject: [PATCH] New translations --- resources/lang/pt_BR/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 1a1685b89f..97aebcc28b 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -84,4 +84,4 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', -]; +]; \ No newline at end of file