Make the setting's name more accurately reflect the effect of it.

This commit is contained in:
Peter Fabian 2021-12-07 17:41:04 +01:00
parent b82fec4198
commit 1003a27b1b
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' ),
),