Hi, if this changes the Additional Fields heading “Other” to “Content” :
tribe_set_meta_label( ‘tribe_event_group_custom_meta’, ‘Content’, ‘meta_group’ );
What will then change the Single View “Orgaziner” title? We tried with this: tribe_set_meta_label( ‘tribe_event_group_organizer_meta’, ‘NEW TITLE’, ‘meta_group’ ); with no luck and don’t find any material that explains this.
Have you tried using a string-specific translation plugin like Say What? That way you wouldn’t need to dig into the code, but you could target and change that one word. Might that work for you?
Hi Leah, we already started down this path of editing the functions.php file. We just don’t understand how to find the right string? What will the string be for the “Organizer” heading on the Single View page?