diff --git a/src/gui/Popups/DeleteDevicesPopup.qml b/src/gui/Popups/DeleteDevicesPopup.qml index 1ddf4c13..cde21def 100644 --- a/src/gui/Popups/DeleteDevicesPopup.qml +++ b/src/gui/Popups/DeleteDevicesPopup.qml @@ -39,7 +39,11 @@ PasswordPopup { qsTr("Enter your account's password to continue:") - validateButton.text: qsTr("Sign out") + validateButton.text: + deviceIds.length > 1 ? + qsTr("Sign out %1 devices").arg(deviceIds.length) : + qsTr("Sign out %1 device").arg(deviceIds.length) + validateButton.icon.name: "sign-out" onClosed: {