Commit 4f954836 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch '331897-change-the-first-pipeline-editor-tab-name-to-edit' into 'master'

Resolve "Change the first pipeline editor tab name to "Edit""

See merge request gitlab-org/gitlab!62860
parents 4592b03a 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'),
......
......@@ -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'),
},
......
......@@ -24395,9 +24395,6 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
msgid "Pipelines|Write pipeline configuration"
msgstr ""
msgid "Pipelines|invalid"
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