Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5d7341b

Browse files
authored
Remove broadcast under development note (#9853)
1 parent 825fce7 commit 5d7341b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,6 @@
953953
"Temporary implementation. Locations persist in room history.": "Temporary implementation. Locations persist in room history.",
954954
"Favourite Messages": "Favourite Messages",
955955
"Under active development.": "Under active development.",
956-
"Under active development": "Under active development",
957956
"Force 15s voice broadcast chunk length": "Force 15s voice broadcast chunk length",
958957
"Use new session manager": "Use new session manager",
959958
"New session manager": "New session manager",

src/settings/Settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
459459
labsGroup: LabGroup.Messaging,
460460
supportedLevels: LEVELS_FEATURE,
461461
displayName: _td("Voice broadcast"),
462-
description: _td("Under active development"),
463462
default: false,
464463
},
465464
[Features.VoiceBroadcastForceSmallChunks]: {

0 commit comments

Comments
 (0)