AddChat: Simplify EncryptCheckBox subtitle

This commit is contained in:
miruka 2019-12-13 07:03:36 -04:00
parent 621a4e415a
commit dff7be33f9

View File

@ -4,8 +4,8 @@ import "../../Base"
HCheckBox {
text: qsTr("Encrypt messages")
subtitle.text:
qsTr("Protect the room against eavesdropper. Only you " +
"and those you trust can read the conversation.") +
qsTr("Only you and those you trust will be able to read the " +
"conversation") +
`<br><font color="${theme.colors.middleBackground}">` +
qsTr("Cannot be disabled later!") +
"</font>"