We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1f530 commit cf4d724Copy full SHA for cf4d724
reference/constraints/Charset.rst
@@ -96,7 +96,7 @@ encodings. This option accepts any value that can be passed to
96
``message``
97
~~~~~~~~~~~
98
99
-**type**: ``string`` **default**: ``The detected encoding "{{ detected }}" does not match one of the accepted encoding: "{{ encodings }}".``
+**type**: ``string`` **default**: ``The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.``
100
101
This is the message that will be shown if the value does not match any of the
102
accepted encodings.
0 commit comments