Change wording after new event submitted

  • skyekr
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 10 months ago #17142 by skyekr
When a user submits a new event from the front end, the wording is "Successfully saving event". How/where do I change that wording?

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #17166 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Change wording after new event submitted
Hi

I am sorry. That text is not available in the language file, it is hardcoded in the code (I will change it for future version). For now, please open the file components/com_eventbooking/controller.php, find the code below :
Code:
if ($ret) { $msg = JText::_('Successfully saving event'); } else { $msg = JText::_('Error while saving event') ; }

You can change the text to something meets your need here .

Regards,

Tuan
The following user(s) said Thank You: skyekr

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc