Improve verbiage for tooltip.

This commit is contained in:
barryhughes 2023-08-22 16:07:19 -07:00
parent da5d81374d
commit 1012c45a48
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
<th scope="row" class="titledesc"> <th scope="row" class="titledesc">
<label> <label>
<?php esc_html_e( 'Account details:', 'woocommerce' ); ?> <?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> </label>
</th> </th>
<td class="forminp" id="bacs_accounts"> <td class="forminp" id="bacs_accounts">