From f312f351a085d8773045e306edc188c6ca786943 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 1 Jul 2021 17:46:50 +0200
Subject: [PATCH] organization-select: clean up translations

---
 packages/organization-select/src/i18n/de/translation.json | 3 +--
 packages/organization-select/src/i18n/en/translation.json | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/packages/organization-select/src/i18n/de/translation.json b/packages/organization-select/src/i18n/de/translation.json
index 9a8c7606..bcef063e 100644
--- a/packages/organization-select/src/i18n/de/translation.json
+++ b/packages/organization-select/src/i18n/de/translation.json
@@ -1,7 +1,6 @@
 {
   "select-organization": {
     "placeholder": "Bitte wählen Sie ein Institut aus",
-    "loading": "Wird geladen...",
-    "load-error": "Fehler beim Laden der Organisation"
+    "loading": "Wird geladen..."
   }
 }
diff --git a/packages/organization-select/src/i18n/en/translation.json b/packages/organization-select/src/i18n/en/translation.json
index 75e626d7..ff54432a 100644
--- a/packages/organization-select/src/i18n/en/translation.json
+++ b/packages/organization-select/src/i18n/en/translation.json
@@ -1,7 +1,6 @@
 {
   "select-organization": {
     "placeholder": "Please select an organization",
-    "loading": "Loading...",
-    "load-error": "Error loading the organization"
+    "loading": "Loading..."
   }
 }
-- 
GitLab