From f4247aad338d12e186080d3065b70035d90db700 Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:04:19 +0530 Subject: [PATCH] chore: update note for shopify to specify old app (#1877) --- src/configurations/sources/shopify/ui-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configurations/sources/shopify/ui-config.json b/src/configurations/sources/shopify/ui-config.json index 3b847d4c9..e49ec7844 100644 --- a/src/configurations/sources/shopify/ui-config.json +++ b/src/configurations/sources/shopify/ui-config.json @@ -5,10 +5,10 @@ "fields": [ { "type": "checkbox", - "label": "Disable client side identifier", + "label": "Disable client side identifier in the Legacy Shopify Tracker App", "value": "disableClientSideIdentifier", "default": false, - "footerNote": "Disables client side identifier in shopify tracker" + "footerNote": "Only applicable for RudderStack, the legacy Shopify Tracker App" } ] }