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