Browse Source

qml: really disambiguate text prefs item onchain fallback address

Sander van Grieken 3 years ago
parent
commit
fd11b9189e
  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 payment requests') text: qsTr('Create lightning invoices with on-chain fallback address')
wrapMode: Text.Wrap wrapMode: Text.Wrap
} }
} }

Loading…
Cancel
Save