Skip to content

Commit

Permalink
Update src/Blocks/components/conditional-tags/components/conditional-…
Browse files Browse the repository at this point in the history
…tags-labels.js

Co-authored-by: Goran Alković <[email protected]>
  • Loading branch information
iruzevic and goranalkovic-infinum authored Jul 15, 2024
1 parent c4ecbd2 commit 1ad82a0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export const CONDITIONAL_TAGS_OPERATORS_LABELS = {
};

export const CONDITIONAL_TAGS_OPERATORS_EXTENDED_LABELS = {
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.B]: __('between range', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BS]: __('between range strict', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BN]: __('not between range', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BNS]: __('not between between range strict', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.B]: __('in range', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BS]: __('in range (strict)', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BN]: __('not in range', 'eightshift-forms'),
[CONDITIONAL_TAGS_OPERATORS_EXTENDED.BNS]: __('not in range (strict)', 'eightshift-forms'),
};

export const CONDITIONAL_TAGS_ACTIONS_LABELS = {
Expand Down

0 comments on commit 1ad82a0

Please sign in to comment.