Hi. Thanks, and apologies for appearing impatient.
I have tried your code as follows:
add_action( 'tribe_pre_get_view', 'change_organizer_field_meta_label' );
function change_custom_field_meta_label() {
tribe_set_meta_label( 'tribe_event_organizer', 'Organiser', 'meta_group' );
}
but the label remains the same. Did I miss something?
Thanks.