diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index ffe8169f6..0471e0f2b 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 payment requests') + text: qsTr('Create lightning invoices with on-chain fallback address') wrapMode: Text.Wrap } }