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:
commit
b439bbd612
|
@ -175,7 +175,7 @@ class WC_Settings_General extends WC_Settings_Page {
|
||||||
'class' => 'wc-enhanced-select',
|
'class' => 'wc-enhanced-select',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'' => __( 'No location by default', 'woocommerce' ),
|
'' => __( 'No location by default', 'woocommerce' ),
|
||||||
'base' => __( 'Shop base address', 'woocommerce' ),
|
'base' => __( 'Shop country/region', 'woocommerce' ),
|
||||||
'geolocation' => __( 'Geolocate', 'woocommerce' ),
|
'geolocation' => __( 'Geolocate', 'woocommerce' ),
|
||||||
'geolocation_ajax' => __( 'Geolocate (with page caching support)', 'woocommerce' ),
|
'geolocation_ajax' => __( 'Geolocate (with page caching support)', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue