Skip to content

Commit 541c6e5

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Change wording 'in' to 'via' Update UniqueEntity.rst
2 parents e4aa99a + 94f7797 commit 541c6e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ message
276276

277277
**type**: ``string`` **default**: ``This value is already used.``
278278

279-
The message that's displayed when this constraint fails. This message is always
280-
mapped to the first field causing the violation, even when using multiple fields
281-
in the constraint.
279+
The message that's displayed when this constraint fails. This message is by default
280+
mapped to the first field causing the violation. When using multiple fields
281+
in the constraint, the mapping can be specified via the `errorPath`_ property.
282282

283283
Messages can include the ``{{ value }}`` placeholder to display a string
284284
representation of the invalid entity. If the entity doesn't define the

0 commit comments

Comments
 (0)