Hello,
We want to use this module, but in our case the error messages are not what we expect and would like to get more generic message.
So basically:
$this->t('This field is required.');
Instead of this:
$this->t('@title field is required.', [
'@title' => $this->getElementTitle($element),
]);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | clientside_validation-3440506-2.patch | 595 bytes | ludo.r |
Comments
Comment #2
ludo.rAnd here's the patch.