- Issue created by @ludo.r
- Status changed to Needs review
9 months ago 2:30pm 12 April 2024 - last update
9 months ago 1 fail The last submitted patch, 2: clientside_validation-3440506-2.patch, failed testing. View results →
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),
]);
Needs work
4.0
Code
The last submitted patch, 2: clientside_validation-3440506-2.patch, failed testing. View results →