Skip to content

Commit

Permalink
refs corrected translation vars in concept-select template re #10529
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 5, 2024
1 parent 841066b commit bb00b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arches/app/templates/views/components/datatypes/concept.htm
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
{ text: $root.translations.not, id: '!eq' },
{ text: $root.translations.hasNoValue, id: 'null' },
{ text: $root.translations.hasAnyValue, id: 'not_null' },
{ text: $root.translations.anyInList, id: 'in_list_any' },
{ text: $root.translations.allInList, id: 'in_list_all' },
{ text: $root.translations.notInList, id: 'in_list_not' }
{ text: $root.translations.hasAnyListValue, id: 'in_list_any' },
{ text: $root.translations.hasAllListValues, id: 'in_list_all' },
{ text: $root.translations.hasNoListValues, id: 'in_list_not' }
],
value: op
}}">
Expand Down

0 comments on commit bb00b2e

Please sign in to comment.