Skip to content
Snippets Groups Projects
Verified Commit 68c02da6 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Change preview title for spaces

parent f14c1922
No related branches found
No related tags found
No related merge requests found
Pipeline #3483 passed
......@@ -17,7 +17,7 @@ ApplicationWindow {
required property RoomSummary summary
title: qsTr("Confirm room join")
title: summary.isSpace ? qsTr("Confirm community join") : qsTr("Confirm room join")
modality: Qt.WindowModal
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
palette: Nheko.colors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment