From 365af1710ae246b50a32f28bec10baff5ad7c33f Mon Sep 17 00:00:00 2001 From: Keno Dressel Date: Thu, 11 Apr 2024 14:31:34 +0200 Subject: [PATCH] fix: no peek now omits private wording --- src/i18n/strings/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index e56fd27057a..15dfbd4103c 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -43,7 +43,7 @@ "no_perms_token_notice": "You need to own more than %(threshold)s %(symbol)s tokens to be able to post in this room." }, "room": { - "no_peek_join_prompt_community": "%(roomName)s is a private token-gated room.", + "no_peek_join_prompt_community": "%(roomName)s is a token-gated room.", "no_peek_join_prompt_community_threshold": "You need to own %(threshold)s %(symbol)s tokens to access it." } }