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',
|
||||
header: 'Confidence Checking',
|
||||
size: 'sm',
|
||||
stripe: true,
|
||||
view: getDisplayName('zeroConf'),
|
||||
input: Autocomplete,
|
||||
width: 190 - widthAdjust,
|
||||
width: 220 - widthAdjust,
|
||||
inputProps: {
|
||||
options: getOptions('zeroConf'),
|
||||
valueProp: 'code',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue