1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 11:54:32 +02:00

Changes the translation for "required_with_all" validation rule

See: 4b589c1a4a (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
Miles Cellar
2018-10-02 19:56:14 +02:00
committed by GitHub
parent a4a341c929
commit 9e1bc4e801

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."