Skip to content

Commit ac2c6d7

Browse files
committed
Copy improvements
1 parent 049d126 commit ac2c6d7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,17 @@ export function TierFree({
398398
<Form action={formAction} method="post" id="subscribe">
399399
<input type="hidden" name="type" value="free" />
400400
<input type="hidden" name="callerPath" value={location.pathname} />
401-
<DialogHeader>Downgrade plan</DialogHeader>
402-
<div className="flex items-start gap-3 pb-6 pr-4 pt-8">
401+
<DialogHeader>Downgrade plan?</DialogHeader>
402+
<div className="flex items-start gap-3 pb-6 pr-2 pt-8">
403403
<ArrowDownCircleIcon className="size-12 min-w-12 text-error" />
404404
<Paragraph variant="base/bright" className="text-text-bright">
405-
Are you sure you want to downgrade? If you do, you will retain your current
406-
plan's features until <DateTime includeTime={false} date={periodEnd} />.
405+
Are you sure you want to downgrade? You will lose access to your current
406+
plan's features on{" "}
407+
<DateTime
408+
includeTime={false}
409+
date={new Date(periodEnd.getTime() + 86400000)}
410+
/>
411+
.
407412
</Paragraph>
408413
</div>
409414
<div>
@@ -548,7 +553,7 @@ export function TierHobby({
548553
</Button>
549554
</DialogTrigger>
550555
<DialogContent className="sm:max-w-md">
551-
<DialogHeader>Downgrade plan</DialogHeader>
556+
<DialogHeader>Downgrade plan?</DialogHeader>
552557
<div className="mb-2 mt-4 flex items-start gap-3">
553558
<span>
554559
<ArrowDownCircleIcon className="size-12 text-blue-500" />

0 commit comments

Comments
 (0)