summaryrefslogtreecommitdiff
path: root/lib/backup/builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/builds.rb')
-rw-r--r--lib/backup/builds.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/backup/builds.rb b/lib/backup/builds.rb
index 9c3b7165de7..51a68ca933d 100644
--- a/lib/backup/builds.rb
+++ b/lib/backup/builds.rb
@@ -9,5 +9,9 @@ module Backup
super('builds', Settings.gitlab_ci.builds_path)
end
+
+ def human_name
+ _('builds')
+ end
end
end