summaryrefslogtreecommitdiff
path: root/lib/backup/lfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/lfs.rb')
-rw-r--r--lib/backup/lfs.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/backup/lfs.rb b/lib/backup/lfs.rb
index 514d52d7f65..17f7b8bf8b0 100644
--- a/lib/backup/lfs.rb
+++ b/lib/backup/lfs.rb
@@ -9,5 +9,9 @@ module Backup
super('lfs', Settings.lfs.storage_path)
end
+
+ def human_name
+ _('lfs objects')
+ end
end
end