From 4f1e4fcf1ce6df465f6eb9a1856579e6c5ec83c9 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 22 Dec 2019 11:36:31 -0400 Subject: [PATCH] Remove excess period --- src/gui/Pages/AddChat/CreateRoom.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }