diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index c074f4709..00441444e 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -31,7 +31,7 @@ Kirigami.ScrollablePage { /// cancel implementation. property bool disableCancelShortcut: false - title: currentRoom.htmlSafeDisplayName + title: currentRoom.displayName KeyNavigation.left: pageStack.get(0)