mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix trial days
This commit is contained in:
parent
210d1474ea
commit
598361992e
@ -15,7 +15,7 @@ export default function BillingTrial() {
|
||||
{trialDaysLeft > 0 && !billing && (
|
||||
<Alert title="Your Trial is Active 🎉" color="blue" radius="md">
|
||||
You have {trialDaysLeft} {trialDaysLeft === 1 ? "day" : "days"} left
|
||||
in your 14-day trial. Please subscribe to a plan before your trial
|
||||
in your 7-day trial. Please subscribe to a plan before your trial
|
||||
ends.
|
||||
</Alert>
|
||||
)}
|
||||
@ -23,7 +23,7 @@ export default function BillingTrial() {
|
||||
{trialDaysLeft === 0 ||
|
||||
(trialDaysLeft === null && !billing && (
|
||||
<Alert title="Your Trial has ended" color="red" radius="md">
|
||||
Your 14-day trial has come to an end. Please subscribe to a plan to
|
||||
Your 7-day trial has come to an end. Please subscribe to a plan to
|
||||
continue using this service.
|
||||
</Alert>
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user