diff --git a/frontend/src/translations/cs/index.ts b/frontend/src/translations/cs/index.ts index 0ee328c..b0f3fb3 100644 --- a/frontend/src/translations/cs/index.ts +++ b/frontend/src/translations/cs/index.ts @@ -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' } } }, diff --git a/frontend/src/translations/i18n-types.ts b/frontend/src/translations/i18n-types.ts index d4f9f16..ae26ef2 100644 --- a/frontend/src/translations/i18n-types.ts +++ b/frontend/src/translations/i18n-types.ts @@ -652,7 +652,7 @@ export type TranslationFunctions = { */ title: () => LocalizedString /** - * Nahrajte včechny soubory prosím + * Nahrajte všechny soubory prosím */ description: () => LocalizedString }