Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
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

@ -414,7 +414,7 @@
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
"Prompt before sending invites to potentially invalid matrix IDs": "Prompt before sending invites to potentially invalid matrix IDs",
"Show developer tools": "Show developer tools",
"Order rooms alphabetically by name instead of by recent activity": "Order rooms alphabetically by name instead of by recent activity",
"Order rooms by name": "Order rooms by name",
"Show rooms with unread notifications first": "Show rooms with unread notifications first",
"Show shortcuts to recently viewed rooms above the room list": "Show shortcuts to recently viewed rooms above the room list",
"Show hidden events in timeline": "Show hidden events in timeline",

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",
},