summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-05-23 08:28:48 +0000
committerFabio Busatto <fabio@gitlab.com>2018-05-23 08:28:48 +0000
commitd94e5bcd684168ee3cfc8cd3ce8e107326685a5d (patch)
tree8ef77b9f6c987482e45609826e5d8522b155da55
parentc0dc6f7e718f1bc0a6fdbdc8c5ca896fa38c3399 (diff)
downloadgitlab-ce-d94e5bcd684168ee3cfc8cd3ce8e107326685a5d.tar.gz
Update show.html.haml
-rw-r--r--app/views/groups/settings/ci_cd/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/ci_cd/show.html.haml b/app/views/groups/settings/ci_cd/show.html.haml
index 082e1b7befa..383d955d71f 100644
--- a/app/views/groups/settings/ci_cd/show.html.haml
+++ b/app/views/groups/settings/ci_cd/show.html.haml
@@ -6,7 +6,7 @@
%section.settings#secret-variables.no-animate{ class: ('expanded' if expanded) }
.settings-header
%h4
- = _('Secret variables')
+ = _('Variables')
= link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank', rel: 'noopener noreferrer'
%button.btn.btn-default.js-settings-toggle{ type: "button" }
= expanded ? _('Collapse') : _('Expand')