Index: sources/gui/qml/pages/settings/SettingsDecommission.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/pages/settings/SettingsDecommission.qml (.../SettingsDecommission.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsDecommission.qml (.../SettingsDecommission.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -26,7 +26,7 @@ * which asks for confirmation of performing a factory reset and doing it if confirmed */ UserConfirmation { id : _root - message : vDevice.decommissionEnabled ? qsTr("Do you want to perform the %1?").arg(title.toLowerCase()) + message : vDevice.decommissionEnabled ? qsTr("Do you want to perform the decommissioning?") : qsTr("Please wait ...") itemIndex : SettingsStack.Decommission notificationText : vDevice.status