diff --git a/wallets/cln/index.js b/wallets/cln/index.js index 2e9eec71..f2c7ab13 100644 --- a/wallets/cln/index.js +++ b/wallets/cln/index.js @@ -67,6 +67,6 @@ export const fields = [ export const card = { title: 'CLN', - subtitle: 'autowithdraw to your Core Lightning node via [CLNRest](https://docs.corelightning.org/docs/rest)', + subtitle: 'receive zaps to your Core Lightning node via [CLNRest](https://docs.corelightning.org/docs/rest)', image: { src: '/wallets/cln.svg' } } diff --git a/wallets/lightning-address/index.js b/wallets/lightning-address/index.js index e2bb7e52..620222e3 100644 --- a/wallets/lightning-address/index.js +++ b/wallets/lightning-address/index.js @@ -22,5 +22,5 @@ export const fields = [ export const card = { title: 'lightning address', - subtitle: 'autowithdraw to a lightning address' + subtitle: 'receive zaps to your lightning address' } diff --git a/wallets/lnd/index.js b/wallets/lnd/index.js index dc55aa84..f47b451e 100644 --- a/wallets/lnd/index.js +++ b/wallets/lnd/index.js @@ -49,6 +49,6 @@ export const fields = [ export const card = { title: 'LND', - subtitle: 'autowithdraw to your Lightning Labs node', + subtitle: 'receive zaps to your Lightning Labs node', image: { src: '/wallets/lnd.png' } }