From 2b580d0466a5c3c316732529664fd163c6ccc5d5 Mon Sep 17 00:00:00 2001 From: James Dean Date: Tue, 22 Oct 2024 12:40:54 -0700 Subject: [PATCH] Update en.ts minor copy tweak because default workspace names already include "workspace" in the name - so we want to avoid repeating it --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 8b9569dc1267..670cd384dfd1 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -4057,7 +4057,7 @@ const translations = { upgradeToUnlock: 'Unlock this feature', completed: { headline: `You've upgraded your workspace!`, - successMessage: ({policyName}: ReportPolicyNameParams) => `You've successfully upgraded your ${policyName} workspace to the Control plan!`, + successMessage: ({policyName}: ReportPolicyNameParams) => `You've successfully upgraded ${policyName} to the Control plan!`, viewSubscription: 'View your subscription', moreDetails: 'for more details.', gotIt: 'Got it, thanks',