tweak: update unknown workspace display text
This commit is contained in:
parent
9d1c9c156f
commit
d887a9b244
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ Item {
|
|||
if (root.uiState.workspaces.get(i).workspace === root.toplevel?.workspace)
|
||||
return qsTr("Workspace: %1").arg(i + 1)
|
||||
}
|
||||
return qsTr("Workspace unknown")
|
||||
return qsTr("Workspace: unknown")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue