summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config/entry/cache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/config/entry/cache.rb')
-rw-r--r--lib/gitlab/ci/config/entry/cache.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gitlab/ci/config/entry/cache.rb b/lib/gitlab/ci/config/entry/cache.rb
index 7b94af24c09..03a17ff9442 100644
--- a/lib/gitlab/ci/config/entry/cache.rb
+++ b/lib/gitlab/ci/config/entry/cache.rb
@@ -20,13 +20,13 @@ module Gitlab
end
entry :key, Entry::Key,
- description: 'Cache key used to define a cache affinity.'
+ description: _('Cache key used to define a cache affinity.')
entry :untracked, ::Gitlab::Config::Entry::Boolean,
- description: 'Cache all untracked files.'
+ description: _('Cache all untracked files.')
entry :paths, Entry::Paths,
- description: 'Specify which paths should be cached across builds.'
+ description: _('Specify which paths should be cached across builds.')
helpers :key