From 7b78dfa2c48795fd95328bbc9bcccc37acdba9b8 Mon Sep 17 00:00:00 2001 From: ChristophSiegenthaler Date: Mon, 7 Jun 2021 20:07:16 +0200 Subject: [PATCH] Fix typo (#1815) Co-authored-by: ChristophSiegenthaler --- src/constants/locales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/locales.ts b/src/constants/locales.ts index 33a457c1ec..359a5f9bce 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -41,7 +41,7 @@ export const LOCALE_LABEL: { [locale in SupportedLocale]: string } = { 'ca-ES': 'Català', 'cs-CZ': 'čeština', 'da-DK': 'dansk', - 'de-DE': 'Deutsche', + 'de-DE': 'Deutsch', 'el-GR': 'ελληνικά', 'en-US': 'English', 'es-ES': 'Español',