Change "Recurring event

Home Forums Calendar Products Events Calendar PRO Change "Recurring event

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1139317
    Kate
    Participant

    Hi,
    I think for my purposes the “Recurring event” label is a little confusing and would like to change it to “Other class dates available”
    Where can I find teh text description I need to change, or how would be best to achieve?
    Thanks

    #1139510
    Brook
    Participant

    Howdy Kate,

    I would love to help you with this. We actually have a tutorial about altering the wording in the calendar. I would checkout that tutorial. We used the word recurring event in a number of phrases on the calendar, mostly in the backend. So I am not exactly sure which area you are hoping to modify. If you are trying to modify it on the front-end of your calendar, then likely the string you want to modify is ‘Recurring %s’. So you would to set this:

    $custom_text = array(
    'Recurring %s' => 'Other class dates available',
    );

    As per the tutorial.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    #1140197
    Kate
    Participant

    This reply is private.

    #1141340
    Brook
    Participant

    This reply is private.

    #1142064
    Kate
    Participant

    Oh Brook!
    You are amazing! And I am a doughnut! I didn’t see the code snippet at the end (of the article you linked to at first)… thanks for spelling it out…. It is working now! Yay!

    #1142258
    Brook
    Participant

    No worries, it’s a long winded article.

    Happy that did it! Thanks for getting back!

    • Brook
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change "Recurring event’ is closed to new replies.