confirm-cancel.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @see views/job/locked.php |
| 4 | * @var array $jobData contains job data for current job |
| 5 | */ |
| 6 | ?> |
| 7 | <div id="wpstg--modal--cancel-job" class="wpstg--modal--cancel-job"> |
| 8 | <h2 class="wpstg--modal--title"><?php esc_html_e('Cancel Current Job!', 'wp-staging') ?></h2> |
| 9 | <p> |
| 10 | <?php esc_html_e('Are you sure? This process is irreversible!', 'wp-staging') ?> <br/> |
| 11 | <?php esc_html_e('Once the job is cancelled, you will lose all of the progress made so far!', 'wp-staging') ?> |
| 12 | </p> |
| 13 | </div> |
| 14 |