From 6c756b939649521ed9acf0c75ed6dc4fd5063b22 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:18 +0000 Subject: [PATCH] New translations validation.php (Polish) --- resources/lang/pl-PL/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl-PL/validation.php b/resources/lang/pl-PL/validation.php index 99eab8e1..8aa098da 100644 --- a/resources/lang/pl-PL/validation.php +++ b/resources/lang/pl-PL/validation.php @@ -38,7 +38,7 @@ return [ ], 'boolean' => ':attribute musi być prawdą lub fałszem.', 'confirmed' => ':attribute potwierdzenie nie zgadza się.', - 'date' => ':attribute nie zawiera prawidłowej daty.', + 'date' => ':attribute nie jest prawidłową datą.', 'date_format' => ':attribute nie pasuje do formatu :format.', 'different' => ':attribute musi być różne od :other.', 'digits' => ':attribute musi składać się z :digits cyfr.',