Improve verbiage for tooltip.
This commit is contained in:
parent
da5d81374d
commit
1012c45a48
|
@ -146,7 +146,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
|
|||
<th scope="row" class="titledesc">
|
||||
<label>
|
||||
<?php esc_html_e( 'Account details:', 'woocommerce' ); ?>
|
||||
<?php echo wp_kses_post( wc_help_tip( __( 'These account details that will be added to the thank you page and emails.', 'woococommerce' ) ) ); ?>
|
||||
<?php echo wp_kses_post( wc_help_tip( __( 'These account details will be displayed within the order thank you page and confirmation email.', 'woococommerce' ) ) ); ?>
|
||||
</label>
|
||||
</th>
|
||||
<td class="forminp" id="bacs_accounts">
|
||||
|
|
Loading…
Reference in New Issue