From 3f1da39aeebc574afb5b7131b37cf57703387184 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Thu, 9 Oct 2025 18:08:02 +0800 Subject: [PATCH] feat(billing): add tax information tooltips in pricing footer. --- web/app/components/billing/pricing/footer.tsx | 6 +++++- web/i18n/en-US/billing.ts | 2 ++ web/i18n/ja-JP/billing.ts | 2 ++ web/i18n/zh-Hans/billing.ts | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/web/app/components/billing/pricing/footer.tsx b/web/app/components/billing/pricing/footer.tsx index 4e3cdfee3d..67986e5aae 100644 --- a/web/app/components/billing/pricing/footer.tsx +++ b/web/app/components/billing/pricing/footer.tsx @@ -14,7 +14,11 @@ const Footer = ({ return (
-
+
+
+ {t('billing.plansCommon.taxTip')} + {t('billing.plansCommon.taxTipSecond')} +