Wrong textdomain

Home Forums Calendar Products Community Events Wrong textdomain

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1009126
    Kari Turunen
    Participant

    Hi,
    I think there is wrong textdomain in Community Events -plugin in file website.php (in folder src>views>community>modules).

    In row 37 you found the following:
    <h4><?php printf( __( '%s Website', 'tribe-events-calendar' ), tribe_get_event_label_singular() ); ?></h4>

    I think it should be:
    <h4><?php printf( __( '%s Website', 'the-events-calendar' ), tribe_get_event_label_singular() ); ?></h4>

    #1009530
    Brook
    Participant

    Thanks for the report Valu. We have been changing text domains of late. I’ll give that a look.

    • Brook
    #1014090
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Wrong textdomain’ is closed to new replies.