1
0

qml: disambiguate text prefs item onchain fallback address

This commit is contained in:
Sander van Grieken
2023-01-17 16:45:25 +01:00
parent 1fd9d9d5bd
commit 5977386697

View File

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