From 3e3e13c9d4d6131a1b2b6441466d9f39089639f3 Mon Sep 17 00:00:00 2001 From: George Yatsev Date: Mon, 16 Jul 2018 19:03:49 +0300 Subject: [PATCH] removed "things" string --- nymea-app/ui/devicelistpages/GenericDeviceListPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }