mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
Merge pull request #210 from EETagent/vsechny_typo_fix
(frontend) typo fix
This commit is contained in:
commit
83041e2c85
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ const cs: BaseTranslation = {
|
||||||
},
|
},
|
||||||
missing: {
|
missing: {
|
||||||
title: 'Soubory nebyly nahrány!',
|
title: 'Soubory nebyly nahrány!',
|
||||||
description: 'Nahrajte včechny soubory prosím'
|
description: 'Nahrajte všechny soubory prosím'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -652,7 +652,7 @@ export type TranslationFunctions = {
|
||||||
*/
|
*/
|
||||||
title: () => LocalizedString
|
title: () => LocalizedString
|
||||||
/**
|
/**
|
||||||
* Nahrajte včechny soubory prosím
|
* Nahrajte všechny soubory prosím
|
||||||
*/
|
*/
|
||||||
description: () => LocalizedString
|
description: () => LocalizedString
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue