fix: renamed 'zero conf' to 'confidence'
This commit is contained in:
parent
742303c22d
commit
56d0a18fe3
1 changed files with 2 additions and 1 deletions
|
|
@ -104,11 +104,12 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'zeroConf',
|
name: 'zeroConf',
|
||||||
|
header: 'Confidence Checking',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
stripe: true,
|
stripe: true,
|
||||||
view: getDisplayName('zeroConf'),
|
view: getDisplayName('zeroConf'),
|
||||||
input: Autocomplete,
|
input: Autocomplete,
|
||||||
width: 190 - widthAdjust,
|
width: 220 - widthAdjust,
|
||||||
inputProps: {
|
inputProps: {
|
||||||
options: getOptions('zeroConf'),
|
options: getOptions('zeroConf'),
|
||||||
valueProp: 'code',
|
valueProp: 'code',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue