summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-05-28 16:27:05 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-05-28 16:27:05 +0000
commit7f1b7152f27d4a13c0de129f626b4ad86f06c7b0 (patch)
tree93dda07c5893e8ccd99972fbc152dad96fcb91b1 /app/views/projects
parentbb88fb7ea234fc28824c8e5490194271478c4cc6 (diff)
downloadgitlab-ce-7f1b7152f27d4a13c0de129f626b4ad86f06c7b0.tar.gz
Resolve "Rename "secret variables" to "variables""
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/settings/ci_cd/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/ci_cd/show.html.haml b/app/views/projects/settings/ci_cd/show.html.haml
index 7d8dd58e7e0..ed17bd4f7dc 100644
--- a/app/views/projects/settings/ci_cd/show.html.haml
+++ b/app/views/projects/settings/ci_cd/show.html.haml
@@ -42,7 +42,7 @@
%section.settings.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.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'