From f20501fe34654fc392bab1947e5a284e6f4b04d2 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 8 May 2021 08:23:36 +0300 Subject: [PATCH] Fix minor typo --- imports/NeoChat/Component/ChatBox/ChatBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Component/ChatBox/ChatBox.qml b/imports/NeoChat/Component/ChatBox/ChatBox.qml index b39a92a51..0f09da13d 100644 --- a/imports/NeoChat/Component/ChatBox/ChatBox.qml +++ b/imports/NeoChat/Component/ChatBox/ChatBox.qml @@ -69,7 +69,7 @@ Item { visible: !Controller.isOnline width: parent.width QQC2.Label { - text: i18n("NeoChat is online. Please check your network connection.") + text: i18n("NeoChat is offline. Please check your network connection.") } anchors.bottom: emojiPickerLoaderSeparator.top }