diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index df1aa2f4..e2d58bca 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -171,6 +171,7 @@ Rectangle { MoneroComponents.StandardButton { id: cancelButton + primary: false text: qsTr("Cancel") + translationManager.emptyString onClicked: { root.close()