summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2018-02-02 00:14:19 +0100
committerbikebilly <fabio@gitlab.com>2018-02-02 00:14:19 +0100
commit6e0efbb096eb7042ad14fa2263c036009b80a678 (patch)
tree98b433e470b4971d6a895d5d3c2e6e7b9a4fe022
parentad987b0d4a24e1e814f7322048912018bf139e89 (diff)
downloadgitlab-ce-42684-set-up-ci-set-up-ci-cd.tar.gz
Change "CI configuration" in "CI/CD configuration"42684-set-up-ci-set-up-ci-cd
-rw-r--r--app/views/projects/show.html.haml2
-rw-r--r--locale/gitlab.pot2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 1181fda2ee0..888d820b04e 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -47,7 +47,7 @@
- if @repository.gitlab_ci_yml
%li
- = link_to _('CI configuration'), ci_configuration_path(@project)
+ = link_to _('CI/CD configuration'), ci_configuration_path(@project)
- if current_user && can_push_branch?(@project, @project.default_branch)
- unless @repository.changelog
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 63eff40ac0d..075103eb0de 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -363,7 +363,7 @@ msgstr ""
msgid "CI / CD"
msgstr ""
-msgid "CI configuration"
+msgid "CI/CD configuration"
msgstr ""
msgid "CICD|Jobs"