From 6d689999125ac2011c18310372efc9cd52e31081 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 22 Oct 2025 09:04:08 +0500 Subject: [PATCH] web: update refund policy to 14 days for all plans & periods as per Paddle buyer terms --- apps/web/src/dialogs/buy-dialog/plans.ts | 4 ++-- packages/intl/src/strings.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) =>