| 1 |
<div class="settings-container" |
| 2 |
data-controller="migration-redirect" |
| 3 |
data-migration-redirect-nonce-value="<?php echo wp_create_nonce('iawp_migration_status') ?>" |
| 4 |
> |
| 5 |
<h2><?php esc_html_e('Update running', 'independent-analytics'); ?></h2> |
| 6 |
<p> |
| 7 |
<?php esc_html_e("We're running an update designed to speed up and improve Independent Analytics. |
| 8 |
This can take anywhere from 30 seconds to 5 minutes.", 'independent-analytics'); ?> |
| 9 |
</p> |
| 10 |
<p> |
| 11 |
<?php esc_html_e("Your site's performance is not impacted by this update. Analytics tracking will resume once the update is complete.", 'independent-analytics'); ?> |
| 12 |
</p> |
| 13 |
<p> |
| 14 |
<strong><?php esc_html_e("This page will automatically refresh when the update's finished.", 'independent-analytics'); ?></strong> |
| 15 |
</p> |
| 16 |
<p><span class="dashicons dashicons-update-alt spin"></span></p> |
| 17 |
</div> |