Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-02-26 23:19:05 +00:00
parent 1875bf4bfe
commit f036f0bd83
2 changed files with 2 additions and 2 deletions

View file

@ -435,7 +435,7 @@ export const SETTINGS = {
},
"RoomList.orderAlphabetically": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("Order rooms alphabetically by name instead of by recent activity"),
displayName: _td("Order rooms by name"),
default: true,
invertedSettingName: "RoomList.orderByRecents",
},