Skip to content

Commit 330f6c5

Browse files
authored
Softened the language in the Pro upgrade modal (#1574)
1 parent 4d2412a commit 330f6c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,19 +661,19 @@ export function TierPro({
661661
</Button>
662662
</DialogTrigger>
663663
<DialogContent className="sm:max-w-md">
664-
<DialogHeader>Upgrade plan?</DialogHeader>
664+
<DialogHeader>Upgrade plan</DialogHeader>
665665
<div className="mb-2 mt-4 flex items-start gap-3">
666666
<span>
667667
<ArrowUpCircleIcon className="size-12 text-primary" />
668668
</span>
669669
<Paragraph variant="base/bright" className="text-text-bright">
670-
Are you sure you want to upgrade to the Pro plan? You will be charged the new
671-
plan price for the remainder of this month on a pro rata basis.
670+
Upgrade to get instant access to all the Pro features. You will be charged the
671+
new plan price for the remainder of this month on a pro rata basis.
672672
</Paragraph>
673673
</div>
674674
<DialogFooter>
675675
<Button variant="tertiary/medium" onClick={() => setIsDialogOpen(false)}>
676-
Cancel
676+
Dismiss
677677
</Button>
678678
<Button
679679
variant="primary/medium"

0 commit comments

Comments
 (0)