Merge pull request #135 from milescellar/patch-10

Changes the translation for "required_with_all" validation rule
This commit is contained in:
Daniël Klabbers 2018-10-03 09:22:27 +02:00 committed by GitHub
commit 4082024941

View File

@ -76,7 +76,7 @@ validation:
required_if: "The :attribute field is required when :other is :value."
required_unless: "The :attribute field is required unless :other is in :values."
required_with: "The :attribute field is required when :values is present."
required_with_all: "The :attribute field is required when :values is present."
required_with_all: "The :attribute field is required when :values are 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."