Skip to content

Commit

Permalink
⚡ Updated wording for Number operations on IF-Node (#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Mar 31, 2022
1 parent 13a9db7 commit 97ed5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/nodes/If/If.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class If implements INodeType {
value: 'smaller',
},
{
name: 'Smaller Equal',
name: 'Smaller or Equal',
value: 'smallerEqual',
},
{
Expand All @@ -149,7 +149,7 @@ export class If implements INodeType {
value: 'larger',
},
{
name: 'Larger Equal',
name: 'Larger or Equal',
value: 'largerEqual',
},
{
Expand Down

0 comments on commit 97ed5f8

Please sign in to comment.