Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/Admin/Rest/WC_REST_Square_Settings_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down
2 changes: 1 addition & 1 deletion src/new-user-experience/modules/configure-sync/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
'<a href="https://woocommerce.com/document/woocommerce-square/#section-8" target="_blank">',
Expand Down
Loading