removed "things" string
This commit is contained in:
parent
0b66483663
commit
3e3e13c9d4
@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user