diff --git a/assets/js/directives/download-button.directive.js b/assets/js/directives/download-button.directive.js index 686ebb147e..ffc15dcd42 100644 --- a/assets/js/directives/download-button.directive.js +++ b/assets/js/directives/download-button.directive.js @@ -10,7 +10,7 @@ function downloadButton ($window, $timeout) { filename: '@', content: '=' }, - template: '{{::"DOWNLOAD"|translate}}', + template: '{{::"DOWNLOAD"|translate}}', link: link }; return directive;