Remove excess period
This commit is contained in:
parent
f3e87eb3fc
commit
4f1e4fcf1c
|
@ -90,7 +90,8 @@ HBox {
|
||||||
HCheckBox {
|
HCheckBox {
|
||||||
id: publicCheckBox
|
id: publicCheckBox
|
||||||
text: qsTr("Make this room public")
|
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
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user