I'd like to change the error message "missing required field" update-safe.
According to the config file documentation, I can do that as follows:
// file site/config.php
$config->InputfieldWrapper = array( 'useDependencies' => true, 'requiredLabel' => 'Valeur requise manquante', );
But this does not work.
The only thing that seems to work is to change the error message directly in the file InputfieldWrapper.php
Christophe is also talking about this misbehaviour.
Is this a bug? Or did I miss something?