diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 79ed1bdf4..7647132ca 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.', 'required_without_all' => ':attribute skal udfyldes når ingen af :values er udfyldt.', 'same' => ':attribute og :other skal være ens.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute skal være :size.', 'file' => ':attribute skal være :size kilobytes.',