From 6e0efbb096eb7042ad14fa2263c036009b80a678 Mon Sep 17 00:00:00 2001 From: bikebilly Date: Fri, 2 Feb 2018 00:14:19 +0100 Subject: [PATCH] Change "CI configuration" in "CI/CD configuration" --- app/views/projects/show.html.haml | 2 +- locale/gitlab.pot | 2 +- 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"