Skip to content

Commit f141a30

Browse files
authored
Merge pull request #358 from TycheSoftwares/tooltip-message
tootltip message change
2 parents 22d1379 + 327a112 commit f141a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/admin/views/wcdn-document.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="form-group row">
1818
<label for="enable_invoice" class="custom-label"><?php esc_html_e( 'Enable Invoice', 'woocommerce-delivery-notes' ); ?></label>
1919
<div class="col-sm-6 icon-flex">
20-
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i>
20+
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Invoice option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i>
2121
<label class="switch">
2222
<input type="checkbox" name="wcdn_document[]" id="invoice_checkbox" value="invoice" <?php echo esc_attr( ( get_option( 'wcdn_template_type_invoice', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?> >
2323
<span class="slider round"></span>
@@ -27,7 +27,7 @@
2727
<div class="form-group row">
2828
<label for="enable_receipt" class="custom-label"><?php esc_html_e( 'Enable Receipt', 'woocommerce-delivery-notes' ); ?></label>
2929
<div class="col-sm-6 icon-flex">
30-
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i>
30+
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Receipt option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i>
3131
<label class="switch">
3232
<input type="checkbox" name="wcdn_document[]" id='receipt' value="receipt" <?php echo esc_attr( ( get_option( 'wcdn_template_type_receipt', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?>>
3333
<span class="slider round"></span>
@@ -37,7 +37,7 @@
3737
<div class="form-group row">
3838
<label for="enable_deliverynotes" class="col-sm-2 col-form-label"><?php esc_html_e( 'Enable Delivery Notes', 'woocommerce-delivery-notes' ); ?></label>
3939
<div class="col-sm-6 icon-flex">
40-
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i>
40+
<i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Delivery Notes option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i>
4141
<label class="switch">
4242
<input type="checkbox" name="wcdn_document[]" id='delivery_note' value="delivery-note" <?php echo esc_attr( ( get_option( 'wcdn_template_type_delivery-note', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?>>
4343
<span class="slider round"></span>

0 commit comments

Comments
 (0)