Remove excess period

This commit is contained in:
miruka 2019-12-22 11:36:31 -04:00
parent f3e87eb3fc
commit 4f1e4fcf1c

View File

@ -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
}