diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdatesPage.qml --- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdatesPage.qml @@ -74,15 +74,6 @@ QQC2.Label { text: i18n("updates selected") } - LabelBackground { - id: unselectedItem - text: page.unselected - visible: page.unselected>0 - } - QQC2.Label { - text: i18n("updates not selected") - visible: unselectedItem.visible - } Item { Layout.fillWidth: true