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 {
tag: 'equal',
type: 'string',
title: '=',
help: __('Is'),
help: __('is'),
},
{
tag: 'not-equal',
type: 'string',
title: '!=',
help: __('Is not'),
help: __('is not'),
},
];
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 ""
msgid "Invocations"
msgstr ""
msgid "Is"
msgstr ""
msgid "Is blocked by"
msgstr ""
msgid "Is not"
msgstr ""
msgid "Is using license seat:"
msgstr ""
......@@ -22464,6 +22458,9 @@ msgstr[1] ""
msgid "invalid milestone state `%{state}`"
msgstr ""
msgid "is"
msgstr ""
msgid "is an invalid IP address range"
msgstr ""
......@@ -22479,6 +22476,9 @@ msgstr ""
msgid "is invalid because there is upstream lock"
msgstr ""
msgid "is not"
msgstr ""
msgid "is not a descendant of the Group owning the template"
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