From 98ffec6800592b4bb66e099389851054f9a4f16e Mon Sep 17 00:00:00 2001 From: chrisderouck Date: Mon, 17 Aug 2015 19:59:29 +0200 Subject: [PATCH] Update validation.php --- resources/lang/nl/validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 5e7b09aa3975..8cd5c1f111c5 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -73,8 +73,8 @@ return array( "positive" => ":attribute moet groter zijn dan nul.", "has_credit" => "De klant heeft niet voldoende krediet.", - "notmasked" => "The values are masked", - "less_than" => 'The :attribute must be less than :value', + "notmasked" => "De waarden zijn verborgen", + "less_than" => 'Het :attribute moet minder zijn dan :value', /* |--------------------------------------------------------------------------