Tweak spaces labs flag copy

This commit is contained in:
Michael Telatynski 2021-02-25 12:20:10 +00:00
parent 79daf615e4
commit 864a9974b1
2 changed files with 3 additions and 2 deletions

View file

@ -122,7 +122,8 @@ export interface ISetting {
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_spaces": {
isFeature: true,
displayName: _td("Spaces prototype. Incompatible with Communities, Communities v2 and Custom Tags"),
displayName: _td("Spaces prototype. Incompatible with Communities, Communities v2 and Custom Tags. " +
"Requires compatible homeserver for some features."),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),