diff --git a/src/qml/Pages/AddChat/EncryptCheckBox.qml b/src/qml/Pages/AddChat/EncryptCheckBox.qml
index ccb07015..ee084cc5 100644
--- a/src/qml/Pages/AddChat/EncryptCheckBox.qml
+++ b/src/qml/Pages/AddChat/EncryptCheckBox.qml
@@ -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") +
`
` +
qsTr("Cannot be disabled later!") +
""