From 56d0a18fe39f5a5a2ea462036e24286efc9eb577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Leal?= <37.joao.leal@gmail.com> Date: Thu, 15 Apr 2021 14:08:36 +0100 Subject: [PATCH] fix: renamed 'zero conf' to 'confidence' --- new-lamassu-admin/src/pages/Wallet/helper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Wallet/helper.js b/new-lamassu-admin/src/pages/Wallet/helper.js index 47da3841..92adf854 100644 --- a/new-lamassu-admin/src/pages/Wallet/helper.js +++ b/new-lamassu-admin/src/pages/Wallet/helper.js @@ -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',