fitbycai,
Yes, you can do this by performing a template override (check out our themer’s guide to learn more about how to do this) on ‘the-events-calendar/views/modules/meta/details.php’ and look for the following code: https://gist.github.com/ckpicker/4b952aeb705a4692568e
To change the categories label, you’ll want to modify this code:
'label' => null,
And change null to something like ‘Countries’.
To change the tags label, you’ll want to modify this code:
tribe_meta_event_tags( __( 'Event Tags:', 'tribe-events-calendar' ), ', ', false )
And change ‘Events Tags:’ to something like ‘Distance’ or whatever you desire.
Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-