diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-06-05 17:40:36 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-05 17:40:36 +0000 |
commit | 42b7503820ab3f76d382f7e595239215d1487ca7 (patch) | |
tree | 1d57dc188b3624fbaf45eadeda38786fd17b28c9 /locale | |
parent | dbcbfc2638c289307c6e421fa6a5ca48603b1d53 (diff) | |
parent | 598fa4cdd8e698d4ed19ad6101989aa286c9131c (diff) | |
download | gitlab-ce-42b7503820ab3f76d382f7e595239215d1487ca7.tar.gz |
Merge branch '11204-turn-off-mask-by-default' into 'master'
Default masked to false for new variables
Closes gitlab-ee#11204
See merge request gitlab-org/gitlab-ce!28186
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 6338441e141..39e18147311 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3883,7 +3883,7 @@ msgstr "" msgid "Enter the merge request title" msgstr "" -msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they will be masked by default so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want." +msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want." msgstr "" msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default" |