Hi,
We’re noticing that some people in the community don’t know that once they submit an event it has to go through a review process. We’d love to change the message on both the frontend and backend of WordPress so that we can provide a more detailed message on submission. Right now on the frontend it reads “Event submitted.”
I can see in tribe-community-events.class.php the code:
$this->enqueueOutputMessage( __( ‘Event submitted.’, ‘tribe-events-community’ ) );
I assume that’s where the text is coming from. If it is, is that text filtered at any point so we can change it?
Also, would we be able to change the text that appears on the admin side of WordPress as well?
Thanks.
Jonathan