From f6699e01c385d57ddd631f5445b49dd84b31b7b4 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 18 Mar 2023 04:29:28 +0100 Subject: [PATCH] qml: minor text change --- electrum/gui/qml/components/SendDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/SendDialog.qml b/electrum/gui/qml/components/SendDialog.qml index edf438446..d6e3471a8 100644 --- a/electrum/gui/qml/components/SendDialog.qml +++ b/electrum/gui/qml/components/SendDialog.qml @@ -59,7 +59,7 @@ ElDialog { Layout.fillWidth: true Layout.preferredWidth: 1 icon.source: '../../icons/tab_receive.png' - text: qsTr('Invoices') + text: qsTr('Saved Invoices') enabled: Daemon.currentWallet.invoiceModel.rowCount() // TODO: only count non-expired onClicked: { dialog.close()