diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 34e96615..ee9b7f9f 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -58,7 +58,7 @@ "required" => "The :attribute field is required.", "required_if" => "The :attribute field is required when :other is :value.", "required_with" => "The :attribute field is required when :values is present.", - "required_with_all" => "The :attribute field is required when all of :values are present.", + "required_with_all" => "The :attribute field is required when :values is present.", "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.",