Commit d2a692db authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'bvl-fix-broken-master' into 'master'

Translate missing string in `ci_template.js`

Closes #12220

See merge request gitlab-org/gitlab-ee!14188
parents f9e36105 9220d592
import $ from 'jquery';
import { __ } from '~/locale';
export default class CiTemplate {
constructor() {
......@@ -29,7 +30,7 @@ export default class CiTemplate {
return {
Reset: [
{
name: 'No required pipeline',
name: __('No required pipeline'),
id: null,
},
'divider',
......
......@@ -8868,6 +8868,9 @@ msgstr ""
msgid "No repository"
msgstr ""
msgid "No required pipeline"
msgstr ""
msgid "No runners found"
msgstr ""
......@@ -9395,9 +9398,6 @@ msgstr ""
msgid "Pipeline"
msgstr ""
msgid "Pipeline ID (IID)"
msgstr ""
msgid "Pipeline Schedule"
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