Replace 'autowithdraw' in wallet subtitle (#2053)
This commit is contained in:
parent
bcc92e54fd
commit
14fadbaed6
@ -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' }
|
||||||
}
|
}
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
@ -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' }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user