diff --git a/nymea-app/ui/devicelistpages/GenericDeviceListPage.qml b/nymea-app/ui/devicelistpages/GenericDeviceListPage.qml index dacc2ce5..4274b3c4 100644 --- a/nymea-app/ui/devicelistpages/GenericDeviceListPage.qml +++ b/nymea-app/ui/devicelistpages/GenericDeviceListPage.qml @@ -19,7 +19,7 @@ Page { header: GuhHeader { text: { if (subPage.shownInterfaces.length === 1) { - return qsTr("My %1 things").arg(app.interfaceToString(subPage.shownInterfaces[0])) + return qsTr("My %1").arg(app.interfaceToString(subPage.shownInterfaces[0])) } else if (subPage.shownInterfaces.length > 1 || subPage.hiddenInterfaces.length > 0) { return qsTr("My things") }