Skip to content

Commit fbc41c0

Browse files
authored
Merge pull request #44 from skyverge/mwc-4558/fix-tax-label-changes-not-reflecting-in-admin
Changes filter for tax label
2 parents 0e6034c + 1cbccc4 commit fbc41c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wc-customizer-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public function get_settings() {
394394
),
395395

396396
array(
397-
'id' => 'woocommerce_countries_tax_or_vat',
397+
'id' => 'woocommerce_rate_label',
398398
'title' => __( 'Tax Label', 'woocommerce-customizer' ),
399399
'desc_tip' => __( 'Changes the Taxes label. Defaults to Tax for USA, VAT for European countries', 'woocommerce-customizer' ),
400400
'type' => 'text'

0 commit comments

Comments
 (0)