Hello.
I've created a new custom HTML field for the registration form to put a subtitle and an introtext.
On the field description I've added this:
<h2>CB_TYPE_AANVRAAG</h2>
<p>CB_TYPE_AANVRAAG_INTRO</p>
I'm using the language override plugin. I've added this to the cblanguageoverride-language.php file:
'REGISTER_TITLE' => 'Lidmaatschap aanvragen',
'CB_TYPE_AANVRAAG' => 'TYPE AANVRAAG',
'CB_TYPE_AANVRAAG_INTRO' => 'Lorem ipsum dolor sit amet',
REGISTER_TITLE works as expected, but my customs strings don't. I've also added my strings to language.php but they still don't work.
How can I make my custom strings work?