Merge pull request #210 from EETagent/vsechny_typo_fix

(frontend) typo fix
This commit is contained in:
Vojtěch Jungmann 2023-03-04 12:22:34 +01:00 committed by GitHub
commit 83041e2c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'
}
}
},

View file

@ -652,7 +652,7 @@ export type TranslationFunctions = {
*/
title: () => LocalizedString
/**
* Nahrajte včechny soubory prosím
* Nahrajte všechny soubory prosím
*/
description: () => LocalizedString
}