fix: renamed 'zero conf' to 'confidence'

This commit is contained in:
João Leal 2021-04-15 14:08:36 +01:00 committed by Josh Harvey
parent 742303c22d
commit 56d0a18fe3

View file

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