- Issue created by @jlstrecker
- π«π·France mably
Hi @jlstrecker, thanks a lot for your patch.
Sadly, I think it wouldn't work on multi-language websites.
On our side, we use the translation feature of Drupal to remove those "Fail -" prefixes.
- πΊπΈUnited States jlstrecker Athens, Ohio, USA
Oh, right! Good idea to use translations. I was able to add this in settings.php:
$settings['locale_custom_strings_en'][''] = [ 'Fail - @message' => '@message', ];