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 +}