From 9516876b1a15447aa7491d56b94a80a94cc496d9 Mon Sep 17 00:00:00 2001 From: EETagent Date: Sat, 4 Mar 2023 00:36:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20v=C4=8Dechny=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/translations/cs/index.ts | 2 +- frontend/src/translations/i18n-types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }