Browse Source

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.
master
ThomasV 3 years ago
parent
commit
2db0bc9f73
  1. 2
      electrum/gui/qt/transaction_dialog.py

2
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(

Loading…
Cancel
Save