Hi Katherine,
Thanks for getting in touch with us! I can help you here ๐
For the text changes, you can use the snippet in this article โ Change the wording of any bit of text or string. This should be the easier way as you don’t need to override templates or such.
To cancel the RSVP email, just paste this snippet in your theme’s (or child theme’s) functions.php file:
/* Tribe, cancel rsvp email */
add_filter( 'tribe_rsvp_email_recipient', '__return_empty_array' );
Please give this a try and let me know if it works for you,
Best,
Nico