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