diff --git a/electrum/gui/qml/components/SwapDialog.qml b/electrum/gui/qml/components/SwapDialog.qml index 6239e6a06..f421924e0 100644 --- a/electrum/gui/qml/components/SwapDialog.qml +++ b/electrum/gui/qml/components/SwapDialog.qml @@ -186,8 +186,8 @@ ElDialog { FlatButton { Layout.columnSpan: 2 Layout.fillWidth: true - text: qsTr('Swap') - icon.source: Qt.resolvedUrl('../../icons/update.png') + text: qsTr('Ok') + icon.source: Qt.resolvedUrl('../../icons/confirmed.png') enabled: swaphelper.valid onClicked: swaphelper.executeSwap() }