diff options
author | Fabio Busatto <fabio@gitlab.com> | 2018-05-23 08:28:48 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2018-05-23 08:28:48 +0000 |
commit | d94e5bcd684168ee3cfc8cd3ce8e107326685a5d (patch) | |
tree | 8ef77b9f6c987482e45609826e5d8522b155da55 | |
parent | c0dc6f7e718f1bc0a6fdbdc8c5ca896fa38c3399 (diff) | |
download | gitlab-ce-d94e5bcd684168ee3cfc8cd3ce8e107326685a5d.tar.gz |
Update show.html.haml
-rw-r--r-- | app/views/groups/settings/ci_cd/show.html.haml | 2 |
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') |