| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | <label for="frm-uninstall-box"> |
| 29 | 29 | <input type="checkbox" id="frm-uninstall-box" value="1" onchange="frm_show_div('frm_uninstall_now',this.checked,true,'#')" /> |
| 30 | 30 | <?php esc_html_e( 'Uninstall Formidable Forms and permanently delete all data.', 'formidable' ); ?> |
| 31 | 31 | </label> |
| 32 | - <a href="javascript:void(0)" id="frm_uninstall_now" class="frm_hidden" data-frmverify="<?php esc_attr_e( 'Are you sure you want to delete all forms, form data, and all other Formidable data. There is no Undo.', 'formidable' ); ?>" data-frmverify-btn="frm-button-red" data-frmuninstall="1"> | |
| 32 | + <a href="javascript:void(0)" id="frm_uninstall_now" class="frm_hidden" data-frmverify="<?php esc_attr_e( 'Are you sure you want to delete all forms, form data, and all other Formidable data. There is no Undo.', 'formidable' ); ?>" data-frmuninstall="1"> | |
| 33 | 33 | <?php esc_html_e( 'Uninstall Now', 'formidable' ); ?> |
| 34 | 34 | </a> |
| 35 | 35 | <span class="frm-wait frm_spinner"></span> |
| 36 | 36 | </p> |