Merge pull request #867 from SiIky/chore/CWZdJZga/compliance_triggers_text
chore: compliance triggers text inconsistencies
This commit is contained in:
commit
efd18defe7
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue