浏览代码

:memo: invalid->exists

visuddhinanda 3 年之前
父节点
当前提交
5182a83001
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/lang/en/validation.php

+ 1 - 1
resources/lang/en/validation.php

@@ -46,7 +46,7 @@ return [
     'email' => 'The :attribute must be a valid email address.',
     'email' => 'The :attribute must be a valid email address.',
     'ends_with' => 'The :attribute must end with one of the following: :values.',
     'ends_with' => 'The :attribute must end with one of the following: :values.',
     'enum' => 'The selected :attribute is invalid.',
     'enum' => 'The selected :attribute is invalid.',
-    'exists' => 'The selected :attribute is invalid.',
+    'exists' => 'The selected :attribute is exists.',
     'file' => 'The :attribute must be a file.',
     'file' => 'The :attribute must be a file.',
     'filled' => 'The :attribute field must have a value.',
     'filled' => 'The :attribute field must have a value.',
     'gt' => [
     'gt' => [