mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 22:41:13 +00:00
fix: včechny typo
This commit is contained in:
parent
f9789aacff
commit
9516876b1a
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ const cs: BaseTranslation = {
|
|||
},
|
||||
missing: {
|
||||
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
|
||||
/**
|
||||
* Nahrajte včechny soubory prosím
|
||||
* Nahrajte všechny soubory prosím
|
||||
*/
|
||||
description: () => LocalizedString
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue