Change the leave button in the drawer to "Leave this space" if needed

This commit is contained in:
Joshua Goins
2024-11-15 21:57:17 -05:00
parent c3b9d664df
commit c27948ca3c

View File

@@ -133,7 +133,7 @@ QQC2.ScrollView {
Delegates.RoundedItemDelegate {
id: leaveButton
icon.name: "arrow-left-symbolic"
text: i18nc("@action:button", "Leave this room")
text: root.room.isSpace ? i18nc("@action:button", "Leave this space") : i18nc("@action:button", "Leave this room")
activeFocusOnTab: true
Layout.fillWidth: true