AddChat: Simplify EncryptCheckBox subtitle
This commit is contained in:
parent
621a4e415a
commit
dff7be33f9
@ -4,8 +4,8 @@ import "../../Base"
|
|||||||
HCheckBox {
|
HCheckBox {
|
||||||
text: qsTr("Encrypt messages")
|
text: qsTr("Encrypt messages")
|
||||||
subtitle.text:
|
subtitle.text:
|
||||||
qsTr("Protect the room against eavesdropper. Only you " +
|
qsTr("Only you and those you trust will be able to read the " +
|
||||||
"and those you trust can read the conversation.") +
|
"conversation") +
|
||||||
`<br><font color="${theme.colors.middleBackground}">` +
|
`<br><font color="${theme.colors.middleBackground}">` +
|
||||||
qsTr("Cannot be disabled later!") +
|
qsTr("Cannot be disabled later!") +
|
||||||
"</font>"
|
"</font>"
|
||||||
|
Loading…
Reference in New Issue
Block a user