1
0

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.
This commit is contained in:
ThomasV
2023-03-15 11:00:27 +01:00
parent 20e93af70c
commit 2db0bc9f73

View File

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