File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments