Thanks for getting in touch with us! I can help you here…
Just paste the following snippet in your theme’s (or child theme’s) functions.php file:
/* Change the iCal export text in views */
add_filter( 'tribe_events_ical_export_text', function () { return 'Other text'; } );
Please let me know if that works for you,
Best,
Nico