diff --git a/packages/app/src/Pages/settings/wallet/NWC.tsx b/packages/app/src/Pages/settings/wallet/NWC.tsx index aa5cc505b..84116fdad 100644 --- a/packages/app/src/Pages/settings/wallet/NWC.tsx +++ b/packages/app/src/Pages/settings/wallet/NWC.tsx @@ -5,7 +5,7 @@ import { v4 as uuid } from "uuid"; import AsyncButton from "Element/AsyncButton"; import { unwrap } from "Util"; import { WalletConfig, WalletKind, Wallets } from "Wallet"; -import { useNavigate } from "react-router-dom"; +import { Link, useNavigate } from "react-router-dom"; import { NostrConnectWallet } from "Wallet/NostrWalletConnect"; const ConnectNostrWallet = () => { @@ -63,6 +63,18 @@ const ConnectNostrWallet = () => { {error && {error}} +

+ + nwc.getalby.com + + ), + }} + /> +

); }; diff --git a/packages/app/src/lang.json b/packages/app/src/lang.json index cbe40eb53..be5ba4cc5 100644 --- a/packages/app/src/lang.json +++ b/packages/app/src/lang.json @@ -794,6 +794,9 @@ "cE4Hfw": { "defaultMessage": "Discover" }, + "cFbU1B": { + "defaultMessage": "Using Alby? Go to {link} to get your NWC config!" + }, "cPIKU2": { "defaultMessage": "Following" }, diff --git a/packages/app/src/translations/en.json b/packages/app/src/translations/en.json index 4dad390e8..7bf688506 100644 --- a/packages/app/src/translations/en.json +++ b/packages/app/src/translations/en.json @@ -259,6 +259,7 @@ "c35bj2": "If you have an enquiry about your NIP-05 order please DM {link}", "c3g2hL": "Broadcast Again", "cE4Hfw": "Discover", + "cFbU1B": "Using Alby? Go to {link} to get your NWC config!", "cPIKU2": "Following", "cQfLWb": "URL..", "cWx9t8": "Mute all",