I need to make a few changes, like removing this:” “Print it, download it, cherish it” on the confirmation, and words like ‘Finalize’ to British English. There is also a mistake in the English when not requiring additional attendees:
“This ticket type does not require any information for additional attendees, so attendee #1’s information will be used for it’s registration purposes.”
It should just read: “This ticket type does not require any information for additional attendees, so attendee #1’s information will be used for registration purposes.”
Where can I make these various changes – I saw something about POedit but wanted to check before I start up the wrong path…
add_filter ('FHEE__payment_overview_template__order_conf_desc', 'override_confirmation_text');
function override_confirmation_text() {
return 'Change this message to new instructions';
}
Would change that text to ‘Change this message to new instructions’.
Changing ‘Finalize’ depends on where exactly this is located. The registration checkout button can be altered using the guide available here:
The phrase ‘This ticket type does not require any information for additional attendees, so attendee #1?s information will be used for it’s registration purposes.’
Can be altered using either POEdit or a translation plugin such as Quick Localization, the string you would need to translate would be:
‘This ticket type does not require any information for additional attendees, so attendee #1\’s information will be used for it\’s registration purposes.’
However I will include your feedback regarding this phrase within a ticket to have this fixed within a future version of Event Espresso.
Does that help?
Viewing 1 reply thread
The support post ‘EE4 – fastest way to change the copy’ 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.