From f98ae083abb75b21cb134e846674e399c266b87e Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 26 Dec 2025 18:14:32 +0700 Subject: [PATCH] feat: fix monthly yearly --- .../src/components/billing/first.billing.component.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/billing/first.billing.component.tsx b/apps/frontend/src/components/billing/first.billing.component.tsx index 928d2f4a..dde72dea 100644 --- a/apps/frontend/src/components/billing/first.billing.component.tsx +++ b/apps/frontend/src/components/billing/first.billing.component.tsx @@ -221,7 +221,9 @@ export const FirstBillingComponent = () => { ] } {' '} - {t('billing_per_month', '/ month')} + {period === 'MONTHLY' + ? t('billing_per_month', '/ month') + : t('billing_per_year', '/ year')} ),