From 6bdda957c0b6e9b5479694c689330cd51bd0a874 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 18 Apr 2023 12:00:14 +0200 Subject: [PATCH] qml: reformulate swap success message --- electrum/gui/qml/qeswaphelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/qeswaphelper.py b/electrum/gui/qml/qeswaphelper.py index 590e78b67..b5ce15aa3 100644 --- a/electrum/gui/qml/qeswaphelper.py +++ b/electrum/gui/qml/qeswaphelper.py @@ -400,7 +400,7 @@ class QESwapHelper(AuthMixin, QObject, QtEventListener): _('Success!'), _('The funding transaction has been detected.'), _('Your claiming transaction will be broadcast when the funding transaction is confirmed.'), - _('You may broadcast it before that manually, but this is not trustless.'), + _('You may choose to broadcast it earlier, although that would not be trustless.'), ]) self.state = QESwapHelper.State.Success else: