diff --git a/src/qml/Page/RoomList/Page.qml b/src/qml/Page/RoomList/Page.qml index a73dbc2b2..41cfe48b2 100644 --- a/src/qml/Page/RoomList/Page.qml +++ b/src/qml/Page/RoomList/Page.qml @@ -193,6 +193,12 @@ Kirigami.Page { width: Kirigami.Units.iconSizes.small height: Kirigami.Units.iconSizes.small } + text: roomListModel.categoryVisible(section) ? i18nc("Collapse
", "Collapse %1", roomListModel.categoryName(section)) : i18nc("Expand