removed "things" string

This commit is contained in:
George Yatsev 2018-07-16 19:03:49 +03:00
parent 0b66483663
commit 3e3e13c9d4

View File

@ -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")
}