Rename the header for room actions "Actions" instead of "Options"
These aren't really configurable options in the usual sense, but rather actions you can take in the room.
This commit is contained in:
@@ -65,7 +65,7 @@ QQC2.ScrollView {
|
||||
|
||||
Kirigami.ListSectionHeader {
|
||||
visible: !root.room.isSpace
|
||||
label: i18n("Options")
|
||||
label: i18nc("Room actions", "Actions")
|
||||
activeFocusOnTab: false
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user