Support

Home Forums Event Espresso Premium replace "Finalize Registration" with "Finalise Registration"

replace "Finalize Registration" with "Finalise Registration"

Posted: January 7, 2016 at 4:45 pm


Nahum Szumer

January 7, 2016 at 4:45 pm

I am trying to replace “Finalize Registration” with “Finalise Registration” in the message box on the workshop registration payment options page. I can’t seem to find the string to translate.
EE4.8.29.p


Nahum Szumer

January 7, 2016 at 5:33 pm

I found the message text on the Mijereh settings page.


Lorenzo Orlando Caum

  • Support Staff

January 7, 2016 at 6:02 pm

Hi Nahum,

There is a filter available so this should work for changing the messaging on the button:

function ee_finalise_registration_button() {
 return 'Finalise Registration';
}

add_filter ('FHEE__EED_Single_Page_Checkout__registration_checkout__button_text__finalize_registration', 'ee_finalise_registration_button');

Could you add that to your child theme’s functions.php file or a site specific plugin (https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/)?


Lorenzo

The support post ‘replace "Finalize Registration" with "Finalise Registration"’ 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.

Event Espresso