Improve BACS/Direct Bank Transfer UI.

This commit is contained in:
barryhughes 2023-08-22 16:02:22 -07:00
parent f497e18141
commit da5d81374d
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Adds an informative tooltip to the Account Details section of the Direct Bank Transfer settings.

View File

@ -143,7 +143,12 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
?>
<tr valign="top">
<th scope="row" class="titledesc"><?php esc_html_e( 'Account details:', 'woocommerce' ); ?></th>
<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' ) ) ); ?>
</label>
</th>
<td class="forminp" id="bacs_accounts">
<div class="wc_input_table_wrapper">
<table class="widefat wc_input_table sortable" cellspacing="0">