1
0

qml: really disambiguate text prefs item onchain fallback address

This commit is contained in:
Sander van Grieken
2023-01-26 12:59:31 +01:00
parent 7625b4e63b
commit fd11b9189e

View File

@@ -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
}
}