Skip to content

Commit 7154943

Browse files
committed
chore: re-wording descriptions
1 parent b40128d commit 7154943

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/backend/src/apps/toolbox/common/get-condition-args.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ export default function getConditionArgs({
4242
{
4343
label: 'Equals to',
4444
value: 'equals',
45-
description: 'Used for text values',
4645
},
46+
{ label: 'Empty', value: 'empty' },
4747
{
4848
label: 'Contains',
4949
value: 'contains',
50-
description: 'Used for text values',
50+
description: 'Used for text',
5151
},
5252

5353
{ label: 'Greater than', value: 'gt', description: 'Used for numbers' },
@@ -72,7 +72,6 @@ export default function getConditionArgs({
7272
value: 'after',
7373
description: 'Used for dates',
7474
},
75-
{ label: 'Empty', value: 'empty' },
7675
],
7776
},
7877
{

0 commit comments

Comments
 (0)