diff --git a/src/qml/Component/ChatBox/ChatBox.qml b/src/qml/Component/ChatBox/ChatBox.qml index 5e7ab5b39..c07cb0c47 100644 --- a/src/qml/Component/ChatBox/ChatBox.qml +++ b/src/qml/Component/ChatBox/ChatBox.qml @@ -40,6 +40,8 @@ ColumnLayout { Layout.fillWidth: true QQC2.Label { id: networkLabel + width: parent.width + wrapMode: Text.Wrap text: i18n("NeoChat is offline. Please check your network connection.") } }