From 0fbe77f13c27129233e96ee81d43df31c3acb1fe Mon Sep 17 00:00:00 2001 From: Muhammad Muhsin Date: Wed, 12 Nov 2025 17:45:17 +0530 Subject: [PATCH 1/2] Improved sync settings language for better clarity --- src/new-user-experience/modules/configure-sync/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new-user-experience/modules/configure-sync/index.js b/src/new-user-experience/modules/configure-sync/index.js index 9211abd9..dafc6dd1 100644 --- a/src/new-user-experience/modules/configure-sync/index.js +++ b/src/new-user-experience/modules/configure-sync/index.js @@ -139,7 +139,7 @@ export const ConfigureSync = ( { sprintf( /* translators: %1$s and %2$s are placeholders for the link to the documentation, %3$s and %4$s are placeholders for the link to the support forum */ __( - "Choose where data will be updated for synced products. Inventory in Square is always checked for adjustments when sync is enabled. %1$sLearn more%2$s about choosing a system of record or %3$screate a ticket%4$s if you're experiencing technical issues.", + "Choose the origin for updates to synced products. Inventory in Square is always checked for adjustments when sync is enabled. %1$sLearn more%2$s about choosing a system of record or %3$screate a ticket%4$s if you're experiencing technical issues.", 'woocommerce-square' ), '', From 0875431f80aa6078fd99b820f394289d0a3db4c1 Mon Sep 17 00:00:00 2001 From: Muhammad Muhsin Date: Thu, 13 Nov 2025 06:53:33 +0530 Subject: [PATCH 2/2] Refine description for system_of_record setting to enhance clarity. --- includes/Admin/Rest/WC_REST_Square_Settings_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Admin/Rest/WC_REST_Square_Settings_Controller.php b/includes/Admin/Rest/WC_REST_Square_Settings_Controller.php index 41899cf4..adc8d489 100644 --- a/includes/Admin/Rest/WC_REST_Square_Settings_Controller.php +++ b/includes/Admin/Rest/WC_REST_Square_Settings_Controller.php @@ -112,7 +112,7 @@ public function register_routes() { 'sanitize_callback' => 'sanitize_text_field', ), 'system_of_record' => array( - 'description' => __( 'Choose where data will be updated for synced products.', 'woocommerce-square' ), + 'description' => __( 'Choose the origin for updates to synced products.', 'woocommerce-square' ), 'type' => 'string', 'sanitize_callback' => 'sanitize_text_field', ),