This commit is contained in:
Riccardo Balbo 2024-10-22 10:52:58 +02:00
parent 63c2a7f270
commit 751869fb63
1 changed files with 2 additions and 2 deletions

View File

@ -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',