From f3ceca4ba5190e4b68d47f25016a28ea7e2acf46 Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Fri, 15 May 2026 06:14:21 -0700 Subject: [PATCH] Remove preview tag from GSI label. (#2484) --- .../Settings/__snapshots__/SettingsComponent.test.tsx.snap | 2 +- src/Localization/en/Resources.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap b/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap index 819858641..5913f938f 100644 --- a/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap +++ b/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap @@ -670,7 +670,7 @@ exports[`SettingsComponent renders 1`] = ` "data-test": "settings-tab-header/GlobalSecondaryIndexTab", } } - headerText="Global Secondary Index (Preview)" + headerText="Global Secondary Index" itemKey="GlobalSecondaryIndexTab" key="GlobalSecondaryIndexTab" style={ diff --git a/src/Localization/en/Resources.json b/src/Localization/en/Resources.json index 2faa9a7b4..c04104ff8 100644 --- a/src/Localization/en/Resources.json +++ b/src/Localization/en/Resources.json @@ -764,7 +764,7 @@ "computedProperties": "Computed Properties", "containerPolicies": "Container Policies", "throughputBuckets": "Throughput Buckets", - "globalSecondaryIndexPreview": "Global Secondary Index (Preview)", + "globalSecondaryIndexPreview": "Global Secondary Index", "maskingPolicyPreview": "Masking Policy" }, "mongoNotifications": {