diff --git a/client/components/cards/attachments.jade b/client/components/cards/attachments.jade index bf9838ab5..ef8740181 100644 --- a/client/components/cards/attachments.jade +++ b/client/components/cards/attachments.jade @@ -43,7 +43,7 @@ template(name="attachmentsGalery") = name span.file-size ({{fileSize size}} KB) span.attachment-details-actions - a.js-download(href="{{link}}?download=true") + a.js-download(href="{{link}}?download=true", download="{{name}}") i.fa.fa-download | {{_ 'download'}} if currentUser.isBoardMember