Browse Source

qml: disambiguate text prefs item onchain fallback address

master
Sander van Grieken 3 years ago
parent
commit
5977386697
  1. 2
      electrum/gui/qml/components/Preferences.qml

2
electrum/gui/qml/components/Preferences.qml

@ -313,7 +313,7 @@ Pane {
} }
Label { Label {
Layout.fillWidth: true 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 wrapMode: Text.Wrap
} }
} }

Loading…
Cancel
Save