diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 6ee8d8d77af..21791139b6c 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -109,6 +109,7 @@ 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', + 'prohibits' => 'The :attribute field prohibits :other from being present.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.',