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 '~/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