Replace 'autowithdraw' in wallet subtitle (#2053)

This commit is contained in:
ekzyis 2025-04-01 23:15:17 +02:00 committed by GitHub
parent bcc92e54fd
commit 14fadbaed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -67,6 +67,6 @@ export const fields = [
export const card = { export const card = {
title: 'CLN', 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' } image: { src: '/wallets/cln.svg' }
} }

View File

@ -22,5 +22,5 @@ export const fields = [
export const card = { export const card = {
title: 'lightning address', title: 'lightning address',
subtitle: 'autowithdraw to a lightning address' subtitle: 'receive zaps to your lightning address'
} }

View File

@ -49,6 +49,6 @@ export const fields = [
export const card = { export const card = {
title: 'LND', title: 'LND',
subtitle: 'autowithdraw to your Lightning Labs node', subtitle: 'receive zaps to your Lightning Labs node',
image: { src: '/wallets/lnd.png' } image: { src: '/wallets/lnd.png' }
} }