Skip to content

Commit 2797271

Browse files
committed
Merge remote-tracking branch 'origin/master' into api-project-exec-async-7666
2 parents 3bd2865 + 2b11cc0 commit 2797271

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/packages/frontend/project/trial-banner.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ function CountdownProject({ fontSize }: CountdownProjectProps) {
457457
which costs money as well.
458458
</Paragraph>
459459
<Paragraph>
460-
<SiteName /> receives no funding from large venture captital
461-
organizations or charitable foundations. The site depends
462-
entirely <Text strong>on your financial support</Text> to
463-
continue operating. Without your financial support this service
464-
will not survive long-term!
460+
<SiteName /> receives no funding from large organizations or
461+
charitable foundations. The site depends entirely{" "}
462+
<Text strong>on your financial support</Text> to continue
463+
operating. Without your financial support this service will not
464+
survive long-term!
465465
</Paragraph>
466466
<Paragraph>
467467
<A

src/packages/next/components/store/usage-and-duration.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export function UsageAndDuration(props: Props) {
180180
You can buy a license either via a subscription or a single purchase for
181181
specific dates. Once you purchase a license,{" "}
182182
<b>you can always edit it later, or cancel it for a prorated refund</b>{" "}
183-
as credit that you can use to purchase something else. Even
184-
subscriptions can be cancelled at any time for a full prorated refund!{" "}
183+
as credit that you can use to purchase something else. Subscriptions
184+
will be cancelled at the end of the paid for period.{" "}
185185
{duration == "range" && (
186186
<i>
187187
Licenses start and end at the indicated times in your local

0 commit comments

Comments
 (0)