Fix minor typo

This commit is contained in:
Yuri Chornoivan
2021-05-08 08:23:36 +03:00
parent af409aa9a2
commit f20501fe34

View File

@@ -69,7 +69,7 @@ Item {
visible: !Controller.isOnline visible: !Controller.isOnline
width: parent.width width: parent.width
QQC2.Label { 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 anchors.bottom: emojiPickerLoaderSeparator.top
} }