Files
hub-insurance/wp-content/plugins/visual-regression-tests/components/admin-notification/views/admin-notification-test-started.php
T
2026-07-02 15:54:39 -06:00

7 lines
532 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="vrts-notice notice notice-info" data-view="<?php echo esc_attr( $data['view'] ); ?>">
<?php wp_nonce_field( 'vrts_admin_notice_nonce' ); ?>
<h3><?php esc_html_e( 'Testing has started 🚀', 'visual-regression-tests' ); ?></h3>
<p><?php esc_html_e( 'New screenshots are being taken and compared with the previous version.', 'visual-regression-tests' ); ?></p><br>
<p><?php esc_html_e( 'This may take a moment. Youll receive an email if any visual changes are detected.', 'visual-regression-tests' ); ?></p>
</div>