mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
rewording
This commit is contained in:
parent
d8ae34ef86
commit
f50e56d229
1 changed files with 1 additions and 1 deletions
|
@ -1454,7 +1454,7 @@ class ElectrumWindow(QMainWindow):
|
|||
grid.addWidget(QLabel(format_time(pr.get_expiration_date())), 1, 1)
|
||||
grid.addWidget(QLabel(_("Memo") + ':'), 2, 0)
|
||||
grid.addWidget(QLabel(pr.get_memo()), 2, 1)
|
||||
grid.addWidget(QLabel(_("Status") + ':'), 3, 0)
|
||||
grid.addWidget(QLabel(_("Signature") + ':'), 3, 0)
|
||||
grid.addWidget(QLabel(pr.get_verify_status()), 3, 1)
|
||||
grid.addWidget(QLabel(_("Payment URL") + ':'), 4, 0)
|
||||
grid.addWidget(QLabel(pr.payment_url), 4, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue