Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/registration/attendees/success.php
<?php
/**
 * This template renders the success message for each form
 * of the attendee registration page
 *
 * Override this template in your own theme by creating a file at:
 * [your-theme]/tribe/tickets/registration/attendees/success.php
 *
 * @since 4.10.1
 * @version 4.11.0
 *
 */
?>
<div class="tribe-tickets__item__attendee__fields__success">
	<?php esc_html_e( 'Attendee information has been saved.', 'event-tickets' ); ?>
</div>