Use correct wording for room list

这个提交包含在:
Benoit Marty 2019-03-19 18:11:02 +01:00
父节点 289c820b48
当前提交 3f10829dcd

查看文件

@ -59,7 +59,7 @@ typealias RoomSummaries = LinkedHashMap<RoomCategory, List<RoomSummary>>
enum class RoomCategory(@StringRes val titleRes: Int) { enum class RoomCategory(@StringRes val titleRes: Int) {
FAVOURITE(R.string.bottom_action_favourites), FAVOURITE(R.string.bottom_action_favourites),
DIRECT(R.string.bottom_action_people), DIRECT(R.string.bottom_action_people),
GROUP(R.string.bottom_action_groups), GROUP(R.string.bottom_action_rooms),
LOW_PRIORITY(R.string.low_priority_header), LOW_PRIORITY(R.string.low_priority_header),
SERVER_NOTICE(R.string.system_alerts_header) SERVER_NOTICE(R.string.system_alerts_header)
} }