From a1e75c6e03f49d75f9e75772be3af5c69e5b6426 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 17 Mar 2021 07:56:27 +0100 Subject: [PATCH] :bug: Fix typo on i18n locale labels. --- frontend/src/app/util/i18n.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 63d365070..0f61c85e6 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -23,7 +23,7 @@ [{:label "English" :value "en"} {:label "Español" :value "es"} {:label "Français (community)" :value "fr"} - {:label "Deutsche (community)" :value "de"} + {:label "Deutsch (community)" :value "de"} {:label "Русский (community)" :value "ru"} {:label "简体中文 (community)" :value "zh_cn"}])