Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9220d592
Commit
9220d592
authored
Jun 17, 2019
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate missing string in `ci_template.js`
And regenerate `gitlab.pot`
parent
be593755
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ee/app/assets/javascripts/pages/admin/application_settings/ci_cd/ci_template.js
...pts/pages/admin/application_settings/ci_cd/ci_template.js
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
ee/app/assets/javascripts/pages/admin/application_settings/ci_cd/ci_template.js
View file @
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
'
,
...
...
locale/gitlab.pot
View file @
9220d592
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment