Improve "Sign out checked" text
This commit is contained in:
parent
b47d4d981f
commit
d701e5ea77
|
@ -107,9 +107,7 @@ HColumnPage {
|
|||
text:
|
||||
deviceList.selectedCount === 0 ?
|
||||
qsTr("Sign out all") :
|
||||
deviceList.selectedCount === 1 ?
|
||||
qsTr("Sign out checked") :
|
||||
qsTr("Sign out checked (%1)").arg(deviceList.selectedCount)
|
||||
qsTr("Sign out checked")
|
||||
|
||||
icon.name: "device-delete-checked"
|
||||
icon.color: theme.colors.negativeBackground
|
||||
|
|
Loading…
Reference in New Issue
Block a user