From 159d4367efaff03c55a2c469e438b44e620da1e9 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 26 Nov 2020 14:06:49 +0000 Subject: [PATCH] New translations validation.php (Swedish) --- resources/lang/sv/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/sv/validation.php b/resources/lang/sv/validation.php index 6c2df37c5..319031855 100644 --- a/resources/lang/sv/validation.php +++ b/resources/lang/sv/validation.php @@ -90,7 +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.', + 'safe_url' => 'Den angivna länken kanske inte är säker.', 'size' => [ 'numeric' => ':attribute måste vara :size.', 'file' => ':attribute måste vara :size kilobyte.',