Title of Ticket mail is wired

Home Forums Ticket Products Event Tickets Plus Title of Ticket mail is wired

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #955814
    Gregor
    Participant

    Hi everybody!

    I just activated the plugin and I am testing right now. Right now I have done my first test purchase. And I am confused because the title of the mail containing the ticket says: “Dein Tickenf von UniversalChant.com”
    What is “Tickenf” ? Where does it come from?

    Please help to correct the spelling to “Ticket”.

    Thanks!

    #955891
    Barry
    Member

    Hi Gregor,

    Apologies for the problems.

    This actually comes from the German translation file:

    # @ tribe-wootickets
    #: ../classes/class-ticket-email.php:16
    msgid "Your tickets from {sitename}"
    msgstr "Dein Tickenf von {sitename}"

    By the sounds of things a mistake was made by whomever submitted it. If you don’t mind popping a note in the Translations Forum of the correct spelling, we can be sure to correct this in a future release 🙂

    To correct this in the short term, though, you could add some code like this to your theme’s functions.php file:

    add_filter( 'wootickets_ticket_email_subject', 'correct_ticket_spelling' );
    
    function correct_ticket_spelling( $subject ) {
        return str_replace( 'Tickenf', 'Ticket', $subject );
    }

    Does that help here?

    #959621
    Barry
    Member

    Hi!

    It’s been a while so I’m going to go ahead and close this topic.

    • Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
    • Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Title of Ticket mail is wired’ is closed to new replies.