From 9be46bd96ace6349239ac5c763a69b8d29e6bf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Thu, 7 Oct 2021 18:34:00 +0100 Subject: [PATCH] chore: compliance triggers text inconsistencies --- new-lamassu-admin/src/pages/Triggers/Wizard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new-lamassu-admin/src/pages/Triggers/Wizard.js b/new-lamassu-admin/src/pages/Triggers/Wizard.js index c0942fd4..8c24fabc 100644 --- a/new-lamassu-admin/src/pages/Triggers/Wizard.js +++ b/new-lamassu-admin/src/pages/Triggers/Wizard.js @@ -104,8 +104,8 @@ const getTypeText = (config, currency, classes) => { case 'txVolume': return ( <> - makes {orUnderline(config.threshold.threshold, classes)} {currency}{' '} - worth of transactions within{' '} + makes more than {orUnderline(config.threshold.threshold, classes)}{' '} + {currency} worth of transactions within{' '} {orUnderline(config.threshold.thresholdDays, classes)}{' '} {singularOrPlural(config.threshold.thresholdDays, 'day', 'days')} @@ -113,7 +113,7 @@ const getTypeText = (config, currency, classes) => { case 'txVelocity': return ( <> - makes {orUnderline(config.threshold.threshold, classes)}{' '} + makes more than {orUnderline(config.threshold.threshold, classes)}{' '} {singularOrPlural( config.threshold.threshold, 'transaction',