| 1 | <div class="cb-cbid-alert__msg hidden"> |
| 2 | <h3 class="cb-settings__config__subtitle"> |
| 3 | <?php esc_html_e( 'Are you sure?', 'cookiebot' ); ?> |
| 4 | </h3> |
| 5 | <p class="cb-general__info__text"> |
| 6 | <?php esc_html_e( 'You will need to add a new ID before updating other settings', 'cookiebot' ); ?> |
| 7 | </p> |
| 8 | <div class="new-account-actions"> |
| 9 | <div id="cookiebot-cbid-cancel" class="cb-btn cb-white-btn"> |
| 10 | <?php esc_html_e( 'Cancel', 'cookiebot' ); ?> |
| 11 | </div> |
| 12 | <div id="cookiebot-cbid-reset" class="cb-btn cb-main-btn"> |
| 13 | <?php esc_html_e( 'Disconnect account', 'cookiebot' ); ?> |
| 14 | </div> |
| 15 | </div> |
| 16 | </div> |
| 17 |