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

Commit 9444995

Browse files
authored
Merge pull request #6662 from matrix-org/travis/safe-labs
Flag a couple features as having dependencies
2 parents 44543fe + 8237497 commit 9444995

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",
@@ -868,7 +868,7 @@
868868
"Show rooms with unread notifications first": "Show rooms with unread notifications first",
869869
"Show shortcuts to recently viewed rooms above the room list": "Show shortcuts to recently viewed rooms above the room list",
870870
"Show hidden events in timeline": "Show hidden events in timeline",
871-
"Low bandwidth mode": "Low bandwidth mode",
871+
"Low bandwidth mode (requires compatible homeserver)": "Low bandwidth mode (requires compatible homeserver)",
872872
"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)",
873873
"Show previews/thumbnails for images": "Show previews/thumbnails for images",
874874
"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
},
@@ -662,7 +662,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
662662
},
663663
"lowBandwidth": {
664664
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
665-
displayName: _td('Low bandwidth mode'),
665+
displayName: _td('Low bandwidth mode (requires compatible homeserver)'),
666666
default: false,
667667
controller: new ReloadOnChangeController(),
668668
},

0 commit comments

Comments
 (0)