diff --git a/electrum/gui/qml/components/NostrSwapServersDialog.qml b/electrum/gui/qml/components/NostrSwapServersDialog.qml index 86d70848f..c6a90b3d7 100644 --- a/electrum/gui/qml/components/NostrSwapServersDialog.qml +++ b/electrum/gui/qml/components/NostrSwapServersDialog.qml @@ -96,7 +96,7 @@ ElDialog { } Label { Layout.fillWidth: true - text: model.percentage_fee + '%' + text: model.percentage_fee + '% + ' + model.mining_fee + ' sat' } Label { text: qsTr('last seen')