Commit 1028d7dc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Switch dropdown operators to lowercase

parent bca8d5c7
...@@ -45,13 +45,13 @@ export default class DropdownOperator extends FilteredSearchDropdown { ...@@ -45,13 +45,13 @@ export default class DropdownOperator extends FilteredSearchDropdown {
tag: 'equal', tag: 'equal',
type: 'string', type: 'string',
title: '=', title: '=',
help: __('Is'), help: __('is'),
}, },
{ {
tag: 'not-equal', tag: 'not-equal',
type: 'string', type: 'string',
title: '!=', title: '!=',
help: __('Is not'), help: __('is not'),
}, },
]; ];
this.droplab.changeHookList(this.hookId, this.dropdown, [Filter], this.config); this.droplab.changeHookList(this.hookId, this.dropdown, [Filter], this.config);
......
---
title: Switch dropdown operators to lowercase
merge_request:
author:
type: other
...@@ -10407,15 +10407,9 @@ msgstr "" ...@@ -10407,15 +10407,9 @@ msgstr ""
msgid "Invocations" msgid "Invocations"
msgstr "" msgstr ""
msgid "Is"
msgstr ""
msgid "Is blocked by" msgid "Is blocked by"
msgstr "" msgstr ""
msgid "Is not"
msgstr ""
msgid "Is using license seat:" msgid "Is using license seat:"
msgstr "" msgstr ""
...@@ -22461,6 +22455,9 @@ msgstr[1] "" ...@@ -22461,6 +22455,9 @@ msgstr[1] ""
msgid "invalid milestone state `%{state}`" msgid "invalid milestone state `%{state}`"
msgstr "" msgstr ""
msgid "is"
msgstr ""
msgid "is an invalid IP address range" msgid "is an invalid IP address range"
msgstr "" msgstr ""
...@@ -22476,6 +22473,9 @@ msgstr "" ...@@ -22476,6 +22473,9 @@ msgstr ""
msgid "is invalid because there is upstream lock" msgid "is invalid because there is upstream lock"
msgstr "" msgstr ""
msgid "is not"
msgstr ""
msgid "is not a descendant of the Group owning the template" msgid "is not a descendant of the Group owning the template"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment