From 94c5340fbfe3efe4df13419bb609c6646095de46 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:15 +0200 Subject: [PATCH] New translations validation.php (Polish) --- resources/lang/pl_PL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 107f70fe31..65da3fa284 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Pole :attribute nie istnieje w :other.', 'present' => 'Pole :attribute musi być obecne.', 'amount_zero' => 'Całkowita kwota nie może być zerem', + '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