From e46ef2f92c06ebad963156fb7f13abea29cb13c1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 10:40:22 +0200 Subject: [PATCH] New translations validation.php (Portuguese, Brazilian) --- 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 ecf55dc8e6..5b7b263ccd 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -91,4 +91,4 @@ return [ 'present' => 'O campo :attribute deve estar presente.', 'amount_zero' => 'A quantidade total não pode ser zero', 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', -]; \ No newline at end of file +];