diff --git a/src/qml/Popups/ForgetRoomPopup.qml b/src/qml/Popups/ForgetRoomPopup.qml index ee302588..3197f5d4 100644 --- a/src/qml/Popups/ForgetRoomPopup.qml +++ b/src/qml/Popups/ForgetRoomPopup.qml @@ -2,10 +2,13 @@ import QtQuick 2.12 BoxPopup { summary.text: qsTr( - "You will leave the room and lose its messages. Forget %1?" + "Leave %1 and discard the history?" ).arg(roomName) details.text: qsTr( + "You will not be able to see the messages you received in " + + "this room anymore.\n\n" + + "If all members forget the room, it will be removed from the servers." )