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')} ),