mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +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: {
|
||||
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