diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index 38be93e33..ffe8169f6 100644 --- a/electrum/gui/qml/components/Preferences.qml +++ b/electrum/gui/qml/components/Preferences.qml @@ -313,7 +313,7 @@ Pane { } Label { Layout.fillWidth: true - text: qsTr('Use onchain fallback address for Lightning invoices') + text: qsTr('Use onchain fallback address for Lightning payment requests') wrapMode: Text.Wrap } }