From 6e9803f6bafaaec999342e8916378f529d332ab9 Mon Sep 17 00:00:00 2001 From: Mohammadreza Malekli Date: Sun, 17 Jul 2022 01:17:18 +0430 Subject: [PATCH] Fixed validation message --- resources/lang/fa/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php index 76170c3..29dc30e 100644 --- a/resources/lang/fa/validation.php +++ b/resources/lang/fa/validation.php @@ -36,7 +36,7 @@ return [ "digits" => ":attribute باید :digits رقم باشد.", "digits_between" => ":attribute باید بین :min و :max رقم باشد.", "email" => "فرمت :attribute معتبر نیست.", - "exists" => "این :attribute وجود دارد.", + "exists" => "این :attribute معتبر نمی باشد.", "image" => ":attribute باید تصویر باشد.", "in" => ":attribute انتخاب شده، معتبر نیست.", "integer" => ":attribute باید نوع داده ای عددی باشد.",