From ce4dd21cce74ec0cf6439b30afca810bf2428fee Mon Sep 17 00:00:00 2001 From: nephros Date: Wed, 29 Oct 2025 14:40:49 +0100 Subject: [PATCH] Improve messsage when Catalog is not available. --- src/qml/WebCatalogPage.qml | 1 + translations/settings-patchmanager.ts | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/qml/WebCatalogPage.qml b/src/qml/WebCatalogPage.qml index 0fc2ac8d..fead9593 100644 --- a/src/qml/WebCatalogPage.qml +++ b/src/qml/WebCatalogPage.qml @@ -312,6 +312,7 @@ Page { ViewPlaceholder { enabled: patchModel.count == 0 text: qsTranslate("", "No Patches available") + hintText: qsTranslate("", "The Web Catalog website may be experiencing issues, or there is a problem connecting to the Internet.") } VerticalScrollDecorator {} diff --git a/translations/settings-patchmanager.ts b/translations/settings-patchmanager.ts index 96beee88..ae19c1e7 100644 --- a/translations/settings-patchmanager.ts +++ b/translations/settings-patchmanager.ts @@ -398,6 +398,11 @@ Update available: %1 + + + The Web Catalog website may be experiencing issues, or there is a problem connecting to the Internet. + + Failed to fetch Patch data