From 2db0bc9f7334c911b70c5c1d3784a8a84ea76c32 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 15 Mar 2023 11:00:27 +0100 Subject: [PATCH] tx in/out details: rewording 'receiving address' in the confirm tx dialog, 'receiving' could lead users to believe that the funds are going to be sent to this address. --- electrum/gui/qt/transaction_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/transaction_dialog.py b/electrum/gui/qt/transaction_dialog.py index b70ccdfee..feb47d8a5 100644 --- a/electrum/gui/qt/transaction_dialog.py +++ b/electrum/gui/qt/transaction_dialog.py @@ -117,7 +117,7 @@ class TxInOutWidget(QWidget): self.inheader_hbox.addWidget(self.inputs_header) self.txo_color_recv = TxOutputColoring( - legend=_("Receiving Address"), color=ColorScheme.GREEN, tooltip=_("Wallet receive address")) + legend=_("Wallet Address"), color=ColorScheme.GREEN, tooltip=_("Wallet receiving address")) self.txo_color_change = TxOutputColoring( legend=_("Change Address"), color=ColorScheme.YELLOW, tooltip=_("Wallet change address")) self.txo_color_2fa = TxOutputColoring(