Use correct wording for room list

This commit is contained in:
Benoit Marty 2019-03-19 18:11:02 +01:00
parent 289c820b48
commit 3f10829dcd
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ typealias RoomSummaries = LinkedHashMap<RoomCategory, List<RoomSummary>>
enum class RoomCategory(@StringRes val titleRes: Int) {
FAVOURITE(R.string.bottom_action_favourites),
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),
SERVER_NOTICE(R.string.system_alerts_header)
}