Commit 3232729a authored by Phil Hughes's avatar Phil Hughes

Merge branch '198655-lowercase-operator' into 'master'

Switch dropdown operators to lowercase

Closes #198655

See merge request gitlab-org/gitlab!23692
parents 78634704 1028d7dc
...@@ -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 ""
...@@ -22464,6 +22458,9 @@ msgstr[1] "" ...@@ -22464,6 +22458,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 ""
...@@ -22479,6 +22476,9 @@ msgstr "" ...@@ -22479,6 +22476,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