forked from GitHub-Mirror/riotX-android
Use correct wording for room list
This commit is contained in:
parent
289c820b48
commit
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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user