X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c1f67372a70c45be7558feb8ef2143d63584dbd8..refs/pull/2734/head:/resources/lang/nl/validation.php diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index fa1691050..f0e99ad91 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -89,7 +89,7 @@ return [ 'required_without' => ':attribute veld is verplicht wanneer :values niet ingesteld is.', 'required_without_all' => ':attribute veld is verplicht wanneer geen van :values ingesteld zijn.', 'same' => ':attribute en :other moeten overeenkomen.', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => 'De opgegeven link is mogelijk niet veilig.', 'size' => [ 'numeric' => ':attribute moet :size zijn.', 'file' => ':attribute moet :size kilobytes zijn.',