From 00e38035911c21c3190761fef3ade247769dbc4b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:18 +0000 Subject: [PATCH] New translations validation.php (Swedish) --- resources/lang/sv/validation.php | 1 + 1 file changed, 1 insertion(+) 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.',