diff --git a/ui/app/AppLayouts/Profile/popups/ConfirmAppRestartModal.qml b/ui/app/AppLayouts/Profile/popups/ConfirmAppRestartModal.qml index a34438718c..28e0608632 100644 --- a/ui/app/AppLayouts/Profile/popups/ConfirmAppRestartModal.qml +++ b/ui/app/AppLayouts/Profile/popups/ConfirmAppRestartModal.qml @@ -35,7 +35,7 @@ ModalPopup { StatusButton { anchors.right: parent.right anchors.rightMargin: Style.current.smallPadding - type: StatusBaseButton.Type.Warn + type: StatusBaseButton.Type.Danger text: qsTr("Restart") anchors.bottom: parent.bottom onClicked: Qt.quit()