fix: update translation key for date selection in Estonian locale

This commit is contained in:
Danel Kungla
2025-08-26 11:28:10 +03:00
parent 2ac2e517f2
commit 54df7aae69
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ export default function TeamAccountStatistics({
`${format(date.from, 'd MMMM yyyy', dateFormatOptions)} - ${format(date.to, 'd MMMM yyyy', dateFormatOptions)}` `${format(date.from, 'd MMMM yyyy', dateFormatOptions)} - ${format(date.to, 'd MMMM yyyy', dateFormatOptions)}`
) : ( ) : (
<span> <span>
<Trans i18nKey="common:formField.date" /> <Trans i18nKey="common:formField.selectDate" />
</span> </span>
)} )}
</Button> </Button>

View File

@@ -123,7 +123,7 @@
"height": "Pikkus", "height": "Pikkus",
"occurance": "Toetuse sagedus", "occurance": "Toetuse sagedus",
"amount": "Summa", "amount": "Summa",
"date": "Vali kuupäev" "selectDate": "Vali kuupäev"
}, },
"wallet": { "wallet": {
"balance": "Sinu MedReporti konto seis", "balance": "Sinu MedReporti konto seis",
@@ -135,4 +135,4 @@
"confirm": "Kinnita", "confirm": "Kinnita",
"previous": "Eelmine", "previous": "Eelmine",
"next": "Järgmine" "next": "Järgmine"
} }