1
0

qml: improve nostr dialog helptext

This commit is contained in:
Sander van Grieken
2025-06-03 10:50:28 +02:00
parent c6fb55d416
commit d87b0f8e81

View File

@@ -54,7 +54,7 @@ ElDialog {
TextHighlightPane {
Layout.fillWidth: true
Label {
text: Config.shortDescFor('NOSTR_RELAYS') + '<br/><br/>' +
text: qsTr('Enter the list of Nostr relays') + '<br/><br/>' +
qsTr('Nostr relays are used to send and receive submarine swap offers.') +
' ' + qsTr('For multisig wallets, nostr is also used to relay transactions to your co-signers.') +
' ' + qsTr('Connections to nostr are only made when required, and ephemerally.')