Use ellipsis in «Loading…» strings

This commit is contained in:
ivan tkachenko
2022-02-04 20:57:08 +03:00
parent a6ab447955
commit 3e6f38c8ea
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ import NeoChat.Component 1.0
Kirigami.PlaceholderMessage {
property var showContinueButton: false
property var showBackButton: false
property string title: i18n("Loading")
property string title: i18n("Loading")
anchors.centerIn: parent