Skip to content

Commit

Permalink
Update en.ts
Browse files Browse the repository at this point in the history
minor copy tweak because default workspace names already include "workspace" in the name - so we want to avoid repeating it
  • Loading branch information
jamesdeanexpensify authored Oct 22, 2024
1 parent 5b33f4e commit 2b580d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b580d0

Please sign in to comment.