Hello!
Does anyone know how to update the text at the top of the Event Registration page? Generally, I thought this type of text is updated in language file but I cannot find this text there.
Thank you!
Angie
Hello!
Does anyone know how to update the text at the top of the Event Registration page? Generally, I thought this type of text is updated in language file but I cannot find this text there.
Thank you!
Angie
Hi Angie,
You can update text via the language file: /language/en-GB/en-GB.com_dtregister.ini
DT_EVENT_LIST_INSTRUCTIONS="Below is a list of all events that are currently open for registration. Click on the event name to proceed."
If you're using another language rather than English, you can change in respective language file.
To override this text, you go to Backend > Extensions > Language(s) > Overrides and add the translated text for this language constant:
DT_EVENT_LIST_INSTRUCTIONS
Thank you! This worked perfectly. I appreciate your help!