diff --git a/electrum/gui/qml/components/Invoices.qml b/electrum/gui/qml/components/Invoices.qml index a7a28f895..865856ca6 100644 --- a/electrum/gui/qml/components/Invoices.qml +++ b/electrum/gui/qml/components/Invoices.qml @@ -14,7 +14,7 @@ Pane { anchors.fill: parent Heading { - text: qsTr('Invoices') + text: qsTr('Saved Invoices') } Frame { diff --git a/electrum/gui/qml/components/ReceiveRequests.qml b/electrum/gui/qml/components/ReceiveRequests.qml index 0885d4375..42ac17e72 100644 --- a/electrum/gui/qml/components/ReceiveRequests.qml +++ b/electrum/gui/qml/components/ReceiveRequests.qml @@ -17,7 +17,7 @@ Pane { anchors.fill: parent Heading { - text: qsTr('Receive requests') + text: qsTr('Pending requests') } Frame {