Skip to content

Commit 2eb4bcf

Browse files
authored
Fix parameters list in Choice::$multipleMessage option
1 parent 2fe5e50 commit 2eb4bcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/constraints/Choice.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ is not in the array of valid choices.
381381

382382
You can use the following parameters in this message:
383383

384-
=============== ==============================================================
385-
Parameter Description
386-
=============== ==============================================================
387-
``{{ value }}`` The current (invalid) value
388-
``{{ label }}`` Corresponding form field label
389-
=============== ==============================================================
384+
================= ============================================================
385+
Parameter Description
386+
================= ============================================================
387+
``{{ choices }}`` A comma-separated list of available choices
388+
``{{ value }}`` The current (invalid) value
389+
================= ============================================================
390390

391391
.. include:: /reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)