Skip to content

Commit d1d4c75

Browse files
nephrosnephros
authored andcommitted
Improve messsage when Catalog is not available.
1 parent 3c00d17 commit d1d4c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/WebCatalogPage.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ Page {
312312
ViewPlaceholder {
313313
enabled: patchModel.count == 0
314314
text: qsTranslate("", "No Patches available")
315+
hintText: qsTranslate("", "The Web Catalog website may be experiencing issues, or there is a problem connecting to the Internet.")
315316
}
316317

317318
VerticalScrollDecorator {}

0 commit comments

Comments
 (0)