fix text
This commit is contained in:
parent
63c2a7f270
commit
751869fb63
|
@ -21,7 +21,7 @@ export const fields = [
|
||||||
name: 'currency',
|
name: 'currency',
|
||||||
label: 'wallet type',
|
label: 'wallet type',
|
||||||
type: 'text',
|
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',
|
placeholder: 'BTC',
|
||||||
clear: true,
|
clear: true,
|
||||||
autoComplete: 'off',
|
autoComplete: 'off',
|
||||||
|
@ -43,7 +43,7 @@ export const fields = [
|
||||||
name: 'currencyRecv',
|
name: 'currencyRecv',
|
||||||
label: 'wallet type',
|
label: 'wallet type',
|
||||||
type: 'text',
|
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',
|
value: 'BTC',
|
||||||
clear: true,
|
clear: true,
|
||||||
autoComplete: 'off',
|
autoComplete: 'off',
|
||||||
|
|
Loading…
Reference in New Issue