diff --git a/electrum/gui/qml/components/NostrConfigDialog.qml b/electrum/gui/qml/components/NostrConfigDialog.qml
index 4ce2727f7..767b3c42f 100644
--- a/electrum/gui/qml/components/NostrConfigDialog.qml
+++ b/electrum/gui/qml/components/NostrConfigDialog.qml
@@ -54,7 +54,7 @@ ElDialog {
TextHighlightPane {
Layout.fillWidth: true
Label {
- text: Config.shortDescFor('NOSTR_RELAYS') + '
' +
+ text: qsTr('Enter the list of Nostr relays') + '
' +
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.')