From 2f8297265855ccb811171a359841f4269189f312 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Tue, 27 Nov 2018 15:43:20 +0100 Subject: change copy to "Environment variables" --- app/views/ci/variables/_content.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/ci/variables/_content.html.haml') 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.') -- cgit v1.2.3