Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/qml/WebCatalogPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
5 changes: 5 additions & 0 deletions translations/settings-patchmanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@
<source>Update available: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/WebCatalogPage.qml" line="315"/>
<source>The Web Catalog website may be experiencing issues, or there is a problem connecting to the Internet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/WebPatchPage.qml" line="165"/>
<source>Failed to fetch Patch data</source>
Expand Down