File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -661,19 +661,19 @@ export function TierPro({
661
661
</ Button >
662
662
</ DialogTrigger >
663
663
< DialogContent className = "sm:max-w-md" >
664
- < DialogHeader > Upgrade plan? </ DialogHeader >
664
+ < DialogHeader > Upgrade plan</ DialogHeader >
665
665
< div className = "mb-2 mt-4 flex items-start gap-3" >
666
666
< span >
667
667
< ArrowUpCircleIcon className = "size-12 text-primary" />
668
668
</ span >
669
669
< 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.
672
672
</ Paragraph >
673
673
</ div >
674
674
< DialogFooter >
675
675
< Button variant = "tertiary/medium" onClick = { ( ) => setIsDialogOpen ( false ) } >
676
- Cancel
676
+ Dismiss
677
677
</ Button >
678
678
< Button
679
679
variant = "primary/medium"
You can’t perform that action at this time.
0 commit comments