diff --git a/resources/lang/sv/validation.php b/resources/lang/sv/validation.php index 5da78b245..6c2df37c5 100644 --- a/resources/lang/sv/validation.php +++ b/resources/lang/sv/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute är obligatoriskt när :values inte finns.', 'required_without_all' => ':attribute är obligatirskt när ingen av :values finns.', 'same' => ':attribute och :other måste stämma överens.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute måste vara :size.', 'file' => ':attribute måste vara :size kilobyte.',