translations

This commit is contained in:
Bruno Windels 2018-08-13 11:24:32 +02:00
parent 2f9aaeca46
commit 94c424d3bb
2 changed files with 6 additions and 2 deletions

View file

@ -85,7 +85,7 @@ export const SETTINGS = {
},
"feature_lazyloading": {
isFeature: true,
displayName: _td("Increase performance by loading room members on first view"),
displayName: _td("Increase performance by only loading room members on first view"),
supportedLevels: LEVELS_FEATURE,
controller: new LazyLoadingController(),
default: false,