From 12cec9b4c11a9f4a7bf4b8f1ffc667fab0eb0490 Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Sat, 31 Oct 2020 16:58:38 +0000 Subject: [PATCH] New translations validation.php (Danish) --- resources/lang/da/validation.php | 1 + 1 file changed, 1 insertion(+) 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.',