diff --git a/apps/web/src/dialogs/buy-dialog/plans.ts b/apps/web/src/dialogs/buy-dialog/plans.ts index 0fdfe5686..dae341278 100644 --- a/apps/web/src/dialogs/buy-dialog/plans.ts +++ b/apps/web/src/dialogs/buy-dialog/plans.ts @@ -55,7 +55,7 @@ type PeriodMetadata = { title: string; refundDays: number }; export const PERIOD_METADATA: Record = { monthly: { title: strings.monthly(), - refundDays: 7 + refundDays: 14 }, yearly: { title: strings.yearly(), @@ -63,7 +63,7 @@ export const PERIOD_METADATA: Record = { }, "5-year": { title: "5 year", - refundDays: 30 + refundDays: 14 } }; diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index bd0e5bca4..ac444d162 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -2517,7 +2517,7 @@ Use this if changes from other devices are not appearing on this device. This wi { question: () => t`What is your refund policy?`, answer: () => - t`For a monthly subscription, you can get a refund within 7 days of purchase. For a yearly subscription, we offer a full refund within 14 days of purchase. For a 5 year subscription, you can request a refund within 30 days of purchase.` + t`You can claim a refund within 14 days of purchasing your subscription.` } ], upgradePlanTo: (plan: string) =>