Search Marketplace: Change message if no results found.

part of CURA-8559
This commit is contained in:
Remco Burema 2021-11-18 08:15:26 +01:00
parent 307d751c2d
commit cd255b0ae5
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -147,7 +147,7 @@ ListView
PropertyChanges
{
target: loadMoreLabel
text: catalog.i18nc("@button", "No more results to load")
text: packages.model.count > 0 ? catalog.i18nc("@message", "No more results to load") : catalog.i18nc("@message", "No results found with current filter")
color: UM.Theme.getColor("action_button_disabled_text")
}
}