From 751869fb634b741193d9bfdce10fe061d9a5d231 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Tue, 22 Oct 2024 10:52:58 +0200 Subject: [PATCH] fix text --- wallets/blink/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallets/blink/index.js b/wallets/blink/index.js index bd76a4ae..bc4d0f88 100644 --- a/wallets/blink/index.js +++ b/wallets/blink/index.js @@ -21,7 +21,7 @@ export const fields = [ name: 'currency', label: 'wallet type', type: 'text', - help: 'the blink wallet to use (BTC or USD for stablesats)', + help: 'the blink wallet to use for sending (BTC or USD for stablesats)', placeholder: 'BTC', clear: true, autoComplete: 'off', @@ -43,7 +43,7 @@ export const fields = [ name: 'currencyRecv', label: 'wallet type', type: 'text', - help: 'the blink wallet to use (BTC or USD for stablesats)', + help: 'the blink wallet to use for receiving (only BTC available)', value: 'BTC', clear: true, autoComplete: 'off',