From 14fadbaed635e6a4eeeaa896c0b1b2573810d33d Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 1 Apr 2025 23:15:17 +0200 Subject: [PATCH] Replace 'autowithdraw' in wallet subtitle (#2053) --- wallets/cln/index.js | 2 +- wallets/lightning-address/index.js | 2 +- wallets/lnd/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' } }