From 387f20c865f97f3e7bdc29b25b3f2dbad9e2a7a3 Mon Sep 17 00:00:00 2001
From: Dan Brown <ssddanbrown@googlemail.com>
Date: Sat, 31 Oct 2020 16:58:41 +0000
Subject: [PATCH] New translations validation.php (Bulgarian)

---
 resources/lang/bg/validation.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
index 76b57a2a3..578ea999f 100644
--- a/resources/lang/bg/validation.php
+++ b/resources/lang/bg/validation.php
@@ -90,6 +90,7 @@ return [
     'required_without'     => 'The :attribute field is required when :values is not present.',
     'required_without_all' => 'The :attribute field is required when none of :values are present.',
     'same'                 => 'The :attribute and :other must match.',
+    'safe_url'             => 'The provided link may not be safe.',
     'size'                 => [
         'numeric' => 'The :attribute must be :size.',
         'file'    => 'The :attribute must be :size kilobytes.',