aboutsummaryrefslogtreecommitdiffstats
path: root/app/decorators
diff options
context:
space:
mode:
Diffstat (limited to 'app/decorators')
-rw-r--r--app/decorators/import_decorator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/decorators/import_decorator.rb b/app/decorators/import_decorator.rb
index 4f621f890..eb6a34a13 100644
--- a/app/decorators/import_decorator.rb
+++ b/app/decorators/import_decorator.rb
@@ -15,7 +15,7 @@ class ImportDecorator < Draper::Decorator
)
links << Link.new(
- content: "Téléch. fichier source",
+ content: h.t('imports.actions.download'),
href: object.file.url
)