Following a successful registration of a Not Approved type event, the Registration Details section of the confirmation page displays a REG status of Not Approved. I would like to change the description from “Not Approved” to “Pending”. Its a little less abrasive ๐
where do I edit the $strings array? I don’t see where I am supposed to do this in either Quick Localisation or Event Espresso. Please advise. Thank you!
If so you would change the $strings array there, so its like this:
$strings = array(
'The following events do not require payment at this time and will not be billed during this transaction. Billing will only occur after the attendee has been approved by the event organizer. You will be notified when your registration has been processed. If this is a free event, then no billing will occur.' => 'Custom Text Here',
'Not Approved' => 'Pending',
'not approved' => 'pending',
// Add some more strings here
);
(note the additional ‘not approved’ string, you’ll need both)
You can also do that from within quick localization if you prefer, just add both of those strings to the translations within that plugin.
The support post ‘Changing Status Descriptions’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.