Commit 9220d592 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Translate missing string in `ci_template.js`

And regenerate `gitlab.pot`
parent be593755
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