Tweak spaces labs flag copy
This commit is contained in:
parent
79daf615e4
commit
864a9974b1
2 changed files with 3 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue