Change label and add description Closes #4698
This commit is contained in:
parent
7e2fa1bbd6
commit
2802ded47e
|
@ -211,7 +211,7 @@ class WC_Settings_Shipping extends WC_Settings_Page {
|
||||||
<th width="1%" class="default">
|
<th width="1%" class="default">
|
||||||
<input type="radio" name="default_shipping_method" value="" <?php checked( $default_shipping_method, '' ); ?> />
|
<input type="radio" name="default_shipping_method" value="" <?php checked( $default_shipping_method, '' ); ?> />
|
||||||
</th>
|
</th>
|
||||||
<th><?php _e( 'No default', 'woocommerce' ); ?></th>
|
<th><?php _e( 'Automatic', 'woocommerce' ); ?> <a class="tips" data-tip="<?php _e( 'The cheapest available shipping method will be selected by default.', 'woocommerce' ); ?>">[?]</a></th>
|
||||||
<th colspan="3"><span class="description"><?php _e( 'Drag and drop the above shipping methods to control their display order.', 'woocommerce' ); ?></span></th>
|
<th colspan="3"><span class="description"><?php _e( 'Drag and drop the above shipping methods to control their display order.', 'woocommerce' ); ?></span></th>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
|
Loading…
Reference in New Issue