From fb03d548affbe931541a17aaf5c84ba05b72fa41 Mon Sep 17 00:00:00 2001 From: Karli Date: Tue, 23 Sep 2025 19:59:51 +0300 Subject: [PATCH] feat(MED-97): fix occurance->occurrence in components, add missing translations --- .../_components/health-benefit-fields.tsx | 10 +++++----- .../_components/health-benefit-form.tsx | 6 +++--- .../schema/update-health-benefit.schema.ts | 4 ++-- .../features/team-accounts/src/server/api.ts | 2 +- .../team-accounts/src/server/types.ts | 2 +- public/locales/en/billing.json | 20 +++++++++++++++++++ public/locales/en/common.json | 2 +- public/locales/et/billing.json | 6 +++--- public/locales/et/common.json | 2 +- public/locales/ru/billing.json | 4 ++-- public/locales/ru/common.json | 2 +- 11 files changed, 40 insertions(+), 20 deletions(-) diff --git a/app/home/[account]/billing/_components/health-benefit-fields.tsx b/app/home/[account]/billing/_components/health-benefit-fields.tsx index 7428f82..55c533c 100644 --- a/app/home/[account]/billing/_components/health-benefit-fields.tsx +++ b/app/home/[account]/billing/_components/health-benefit-fields.tsx @@ -20,7 +20,7 @@ const HealthBenefitFields = () => { return (
( @@ -30,20 +30,20 @@ const HealthBenefitFields = () => {