mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
📝 Add answer to FAQ
This commit is contained in:
parent
71f008e91f
commit
cdf80ba566
2 changed files with 24 additions and 14 deletions
|
@ -23,10 +23,9 @@ description: "Frequently asked questions about Rallly."
|
|||
generous and should not affect normal usage.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="How long will Rallly keep my meeting poll?">
|
||||
Meeting polls are automatically deleted when all date options are in the past
|
||||
AND the meeting poll has not been accessed for over 30 days. This doesn't
|
||||
apply if you have an paid subscription that is active.
|
||||
<Accordion title="How long will Rallly keep my poll?">
|
||||
Polls are automatically deleted when all date options are in the past AND the
|
||||
poll has not been accessed for over 30 days. This does not apply to Pro users.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Can I limit the number of participants that can vote for an option?">
|
||||
|
|
|
@ -170,10 +170,7 @@ const FAQ = () => {
|
|||
return (
|
||||
<div className="rounded-md p-6">
|
||||
<h2 className="mb-4 sm:mb-6">
|
||||
<Trans
|
||||
i18nKey="pricing:faq"
|
||||
defaults="Frequently Asked Questions"
|
||||
></Trans>
|
||||
<Trans i18nKey="pricing:faq" defaults="Frequently Asked Questions" />
|
||||
</h2>
|
||||
<div className="space-y-4 sm:space-y-6">
|
||||
<div className="grid grid-cols-1 gap-x-8 gap-y-2">
|
||||
|
@ -181,13 +178,13 @@ const FAQ = () => {
|
|||
<Trans
|
||||
i18nKey="pricing:canUseFree"
|
||||
defaults="Can I use Rallly for free?"
|
||||
></Trans>
|
||||
/>
|
||||
</h3>
|
||||
<p className="col-span-2 text-sm leading-relaxed text-slate-600">
|
||||
<Trans
|
||||
i18nKey="pricing:canUseFreeAnswer2"
|
||||
defaults="Yes, most of Rallly's features are free and many users will never need to pay for anything. However, there are some features that are only available to paying customers. These features are designed to help you get the most out of Rallly."
|
||||
></Trans>
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 gap-x-8 gap-y-2">
|
||||
|
@ -195,13 +192,27 @@ const FAQ = () => {
|
|||
<Trans
|
||||
i18nKey="pricing:whyUpgrade"
|
||||
defaults="Why should I upgrade?"
|
||||
></Trans>
|
||||
/>
|
||||
</h3>
|
||||
<p className="col-span-2 text-sm leading-relaxed text-slate-600">
|
||||
<Trans
|
||||
i18nKey="pricing:whyUpgradeAnswer2"
|
||||
defaults="Upgrading to a paid plan makes sense if you use Rallly often or use it for work. The current subscription rate is a special early adopter rate and will increase in the future. By upgrading now, you will get early access to new, high-quality scheduling tools as they are released and lock in your subscription rate so you won't be affected by future price increases."
|
||||
></Trans>
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 gap-x-8 gap-y-2">
|
||||
<h3 className="col-span-1">
|
||||
<Trans
|
||||
i18nKey="pricing:whenPollInactive"
|
||||
defaults="When does a poll become inactive?"
|
||||
/>
|
||||
</h3>
|
||||
<p className="col-span-2 text-sm leading-relaxed text-slate-600">
|
||||
<Trans
|
||||
i18nKey="pricing:whenPollInactiveAnswer"
|
||||
defaults="Polls become inactive when all date options are in the past AND the poll has not been accessed for over 30 days. Inactive polls are automatically deleted if you do not have a paid subscription."
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 gap-x-8 gap-y-2">
|
||||
|
@ -232,7 +243,7 @@ const FAQ = () => {
|
|||
<Trans
|
||||
i18nKey="pricing:cancelSubscription"
|
||||
defaults="How do I cancel my subscription?"
|
||||
></Trans>
|
||||
/>
|
||||
</h3>
|
||||
<p className="col-span-2 text-sm leading-relaxed text-slate-600">
|
||||
<Trans
|
||||
|
@ -247,7 +258,7 @@ const FAQ = () => {
|
|||
b: <strong />,
|
||||
}}
|
||||
defaults="You can cancel your subscription at any time by going to your <a>billing settings</a>. Once you cancel your subscription, you will still have access to your paid plan until the end of your billing period. After that, you will be downgraded to a free plan."
|
||||
></Trans>
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue