From 1003a27b1bda3d4815d9efdb6436ec5bb901e48f Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 7 Dec 2021 17:41:04 +0100 Subject: [PATCH] Make the setting's name more accurately reflect the effect of it. --- .../includes/admin/settings/class-wc-settings-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php index c43e401e23a..1a326261fcd 100644 --- a/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php +++ b/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php @@ -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' ), ),