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
4dbf35ca
Commit
4dbf35ca
authored
Jun 01, 2021
by
Marcel Amirault
Committed by
Sarah Groff Hennigh-Palermo
Jun 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Change the first pipeline editor tab name to "Edit""
parent
9a2d5688
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
app/assets/javascripts/pipeline_editor/components/pipeline_editor_tabs.vue
...ripts/pipeline_editor/components/pipeline_editor_tabs.vue
+1
-1
app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue
...ssets/javascripts/pipeline_editor/pipeline_editor_app.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
app/assets/javascripts/pipeline_editor/components/pipeline_editor_tabs.vue
View file @
4dbf35ca
...
...
@@ -22,7 +22,7 @@ import EditorTab from './ui/editor_tab.vue';
export
default
{
i18n
:
{
tabEdit
:
s__
(
'
Pipelines|
Write pipeline configuration
'
),
tabEdit
:
s__
(
'
Pipelines|
Edit
'
),
tabGraph
:
s__
(
'
Pipelines|Visualize
'
),
tabLint
:
s__
(
'
Pipelines|Lint
'
),
tabMergedYaml
:
s__
(
'
Pipelines|View merged YAML
'
),
...
...
app/assets/javascripts/pipeline_editor/pipeline_editor_app.vue
View file @
4dbf35ca
...
...
@@ -151,7 +151,7 @@ export default {
},
},
i18n
:
{
tabEdit
:
s__
(
'
Pipelines|
Write pipeline configuration
'
),
tabEdit
:
s__
(
'
Pipelines|
Edit
'
),
tabGraph
:
s__
(
'
Pipelines|Visualize
'
),
tabLint
:
s__
(
'
Pipelines|Lint
'
),
},
...
...
locale/gitlab.pot
View file @
4dbf35ca
...
...
@@ -24383,9 +24383,6 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
msgid "Pipelines|Write pipeline configuration"
msgstr ""
msgid "Pipelines|invalid"
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