Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-11-27 17:43:20 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-11-29 17:05:03 +0300
commit2f8297265855ccb811171a359841f4269189f312 (patch)
tree00ad724a98e2f150fef0c98ae13b3cf222430e02 /app/views/ci/variables/_content.html.haml
parenta28335546b7e67d8db0120c85b29d46efb2658c0 (diff)
change copy to "Environment variables"
Diffstat (limited to 'app/views/ci/variables/_content.html.haml')
-rw-r--r--app/views/ci/variables/_content.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/variables/_content.html.haml b/app/views/ci/variables/_content.html.haml
index d355e7799df..fa82611d9c1 100644
--- a/app/views/ci/variables/_content.html.haml
+++ b/app/views/ci/variables/_content.html.haml
@@ -1 +1 @@
-= _('Variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. You can use variables for passwords, secret keys, or whatever you want.')
+= _('Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. You can use environment variables for passwords, secret keys, or whatever you want.')