mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 03:42:44 +08:00
Merge pull request #135 from milescellar/patch-10
Changes the translation for "required_with_all" validation rule
This commit is contained in:
commit
4082024941
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user