%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/registration/attendees/ |
Current File : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/registration/attendees/error.php |
<?php /** * This template renders the error 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/error.php * * @since 4.9 * @since 4.10.1 Update template paths to add the "registration/" prefix * @version 4.11.0 * */ ?> <div class="tribe-tickets__item__attendee__fields__error tribe-tickets__item__attendee__fields__error--required"> <?php esc_html_e( 'Please fill in all required fields.', 'event-tickets' ); ?> </div> <div class="tribe-tickets__item__attendee__fields__error tribe-tickets__item__attendee__fields__error--ajax"> <?php esc_html_e( 'An error occurred while saving, please try again.', 'event-tickets' ); ?> </div>