Merge pull request #31383 from woocommerce/fix/base-address-wording-2

Make the setting's name for default customer location more accurately reflect the effect of it.
This commit is contained in:
Barry Hughes 2021-12-07 09:28:44 -08:00 committed by GitHub
commit b439bbd612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class WC_Settings_General extends WC_Settings_Page {
'class' => 'wc-enhanced-select',
'options' => array(
'' => __( 'No location by default', 'woocommerce' ),
'base' => __( 'Shop base address', 'woocommerce' ),
'base' => __( 'Shop country/region', 'woocommerce' ),
'geolocation' => __( 'Geolocate', 'woocommerce' ),
'geolocation_ajax' => __( 'Geolocate (with page caching support)', 'woocommerce' ),
),