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