diff --git a/src/gui/Pages/AddChat/CreateRoom.qml b/src/gui/Pages/AddChat/CreateRoom.qml index 4e2587eb..86a2ae35 100644 --- a/src/gui/Pages/AddChat/CreateRoom.qml +++ b/src/gui/Pages/AddChat/CreateRoom.qml @@ -90,7 +90,8 @@ HBox { HCheckBox { id: publicCheckBox text: qsTr("Make this room public") - subtitle.text: qsTr("Anyone will be able to join with no invite required.") + subtitle.text: + qsTr("Anyone will be able to join with no invite required") Layout.fillWidth: true }