diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index f21398a100..107f70fe31 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -23,7 +23,7 @@ return [ 'belongs_to_user' => 'Wartość :attribute jest nieznana', 'accepted' => ':attribute musi zostać zaakceptowany.', 'bic' => 'To nie jest prawidłowy BIC.', - 'more' => ':attribute must be larger than zero.', + 'more' => ':attribute musi być większy od zera.', 'active_url' => ':attribute nie jest prawidłowym adresem URL.', 'after' => ':attribute musi być datą późniejszą od :date.', 'alpha' => ':attribute może zawierać tylko litery.',