From 5d7341b37388d1533c8f47440ba790f7c2fbc0d8 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Tue, 3 Jan 2023 15:45:37 +0100 Subject: [PATCH] Remove broadcast under development note (#9853) --- src/i18n/strings/en_EN.json | 1 - src/settings/Settings.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index e9f5aabb76..e481dfca6f 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -953,7 +953,6 @@ "Temporary implementation. Locations persist in room history.": "Temporary implementation. Locations persist in room history.", "Favourite Messages": "Favourite Messages", "Under active development.": "Under active development.", - "Under active development": "Under active development", "Force 15s voice broadcast chunk length": "Force 15s voice broadcast chunk length", "Use new session manager": "Use new session manager", "New session manager": "New session manager", diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index c1e7d26b92..03ae5bd1db 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -459,7 +459,6 @@ export const SETTINGS: { [setting: string]: ISetting } = { labsGroup: LabGroup.Messaging, supportedLevels: LEVELS_FEATURE, displayName: _td("Voice broadcast"), - description: _td("Under active development"), default: false, }, [Features.VoiceBroadcastForceSmallChunks]: {