From f394e8dba3423857e417452ac957deeedcb57fd8 Mon Sep 17 00:00:00 2001
From: Andrey Antukh <niwi@niwi.nz>
Date: Tue, 6 Sep 2022 11:13:01 +0200
Subject: [PATCH] :paperclip: Minor fix on i18n ns

---
 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 c6f083cff..ffeb09a08 100644
--- a/frontend/src/app/util/i18n.cljs
+++ b/frontend/src/app/util/i18n.cljs
@@ -27,7 +27,7 @@
    {:label "Français (community)" :value "fr"}
    {:label "Deutsch (community)" :value "de"}
    {:label "Italiano (community)" :value "it"}
-   {:label "Euskera" :value "eu"}
+   {:label "Euskera (community)" :value "eu"}
    {:label "Norsk - Bokmål (community)" :value "nb_no"}
    {:label "Portuguese - Brazil (community)" :value "pt_br"}
    {:label "Polski (community)" :value "pl"}