From ed2c5aaecac6f6336aecbaed8880f3e4e9d29987 Mon Sep 17 00:00:00 2001 From: setop Date: Mon, 24 Jan 2022 15:13:31 +0000 Subject: [PATCH] remove Text when instance is closed to registrations --- js/src/i18n/en_US.json | 1 - js/src/views/Home.vue | 3 --- 2 files changed, 4 deletions(-) diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index d2ba98d19..4399aa369 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -340,7 +340,6 @@ "Transfer to {outsideDomain}": "Transfer to {outsideDomain}", "Type": "Type", "URL": "URL", - "Unfortunately, this instance isn't opened to registrations": "Unfortunately, this instance isn't opened to registrations", "Unfortunately, your participation request was rejected by the organizers.": "Unfortunately, your participation request was rejected by the organizers.", "Unknown actor": "Unknown actor", "Unknown error.": "Unknown error.", diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index 49a0eff56..a0eafd227 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -23,9 +23,6 @@ - {{ - $t("Unfortunately, this instance isn't opened to registrations") - }}