diff --git a/discover/qml/SourcesPage.qml b/discover/qml/SourcesPage.qml index 78da78460050b18b5ea82d7e6de7e277a9399a85..b9fc9e2100fde1ebd72ca98e26d5d49b4795525f 100644 --- a/discover/qml/SourcesPage.qml +++ b/discover/qml/SourcesPage.qml @@ -190,7 +190,7 @@ DiscoverPage { } } QQC2.Label { - text: display + " - " + toolTip + "" + text: display + (toolTip ? " - " + toolTip + "" : "") elide: Text.ElideRight Layout.fillWidth: true }