fix: update translation key for date selection in Estonian locale
This commit is contained in:
@@ -74,7 +74,7 @@ export default function TeamAccountStatistics({
|
||||
`${format(date.from, 'd MMMM yyyy', dateFormatOptions)} - ${format(date.to, 'd MMMM yyyy', dateFormatOptions)}`
|
||||
) : (
|
||||
<span>
|
||||
<Trans i18nKey="common:formField.date" />
|
||||
<Trans i18nKey="common:formField.selectDate" />
|
||||
</span>
|
||||
)}
|
||||
</Button>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user