Hey Casper,
Welcome back! You can change your Buy Now button by adding this filter to your theme’s functions.php file:
https://gist.github.com/nefeline/d3e9a344fbd57096d393723485718e42
To change the “Tickets” text you can simply implement a template override by copying all content from event-tickets-plus/src/views/wootickets/tickets.php and pasting it to [your-theme]/tribe-events/wootickets/tickets.php and changing line 40 from:
<?php esc_html_e( 'Tickets', 'event-tickets-plus' ) ?>
to:
<?php esc_html_e( 'Register', 'event-tickets-plus' ) ?>
I hope this helps! Let me know if you need anything else and I’ll be happy to assist!
Regards,
Patricia