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

Commit 8237497

Browse files
committed
Flag a couple features as having dependencies
1 parent 32343f3 commit 8237497

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@
812812
"Custom user status messages": "Custom user status messages",
813813
"Group & filter rooms by custom tags (refresh to apply changes)": "Group & filter rooms by custom tags (refresh to apply changes)",
814814
"Render simple counters in room header": "Render simple counters in room header",
815-
"Multiple integration managers": "Multiple integration managers",
815+
"Multiple integration managers (requires manual setup)": "Multiple integration managers (requires manual setup)",
816816
"Try out new ways to ignore people (experimental)": "Try out new ways to ignore people (experimental)",
817817
"Support adding custom themes": "Support adding custom themes",
818818
"Show message previews for reactions in DMs": "Show message previews for reactions in DMs",
@@ -869,7 +869,7 @@
869869
"Show rooms with unread notifications first": "Show rooms with unread notifications first",
870870
"Show shortcuts to recently viewed rooms above the room list": "Show shortcuts to recently viewed rooms above the room list",
871871
"Show hidden events in timeline": "Show hidden events in timeline",
872-
"Low bandwidth mode": "Low bandwidth mode",
872+
"Low bandwidth mode (requires compatible homeserver)": "Low bandwidth mode (requires compatible homeserver)",
873873
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)",
874874
"Show previews/thumbnails for images": "Show previews/thumbnails for images",
875875
"Enable message search in encrypted rooms": "Enable message search in encrypted rooms",

src/settings/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
233233
},
234234
"feature_many_integration_managers": {
235235
isFeature: true,
236-
displayName: _td("Multiple integration managers"),
236+
displayName: _td("Multiple integration managers (requires manual setup)"),
237237
supportedLevels: LEVELS_FEATURE,
238238
default: false,
239239
},
@@ -668,7 +668,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
668668
},
669669
"lowBandwidth": {
670670
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
671-
displayName: _td('Low bandwidth mode'),
671+
displayName: _td('Low bandwidth mode (requires compatible homeserver)'),
672672
default: false,
673673
controller: new ReloadOnChangeController(),
674674
},

0 commit comments

Comments
 (0)