From 54df7aae69712654c6e9973d7b1b25f2b9322217 Mon Sep 17 00:00:00 2001 From: Danel Kungla Date: Tue, 26 Aug 2025 11:28:10 +0300 Subject: [PATCH] fix: update translation key for date selection in Estonian locale --- app/home/[account]/_components/team-account-statistics.tsx | 2 +- public/locales/et/common.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/home/[account]/_components/team-account-statistics.tsx b/app/home/[account]/_components/team-account-statistics.tsx index ac371e6..fe8af56 100644 --- a/app/home/[account]/_components/team-account-statistics.tsx +++ b/app/home/[account]/_components/team-account-statistics.tsx @@ -74,7 +74,7 @@ export default function TeamAccountStatistics({ `${format(date.from, 'd MMMM yyyy', dateFormatOptions)} - ${format(date.to, 'd MMMM yyyy', dateFormatOptions)}` ) : ( - + )} diff --git a/public/locales/et/common.json b/public/locales/et/common.json index d579447..7f9d664 100644 --- a/public/locales/et/common.json +++ b/public/locales/et/common.json @@ -123,7 +123,7 @@ "height": "Pikkus", "occurance": "Toetuse sagedus", "amount": "Summa", - "date": "Vali kuupäev" + "selectDate": "Vali kuupäev" }, "wallet": { "balance": "Sinu MedReporti konto seis", @@ -135,4 +135,4 @@ "confirm": "Kinnita", "previous": "Eelmine", "next": "Järgmine" -} \ No newline at end of file +}