diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx
index fe774218d..2413a2227 100644
--- a/src/views/download/download.jsx
+++ b/src/views/download/download.jsx
@@ -14,7 +14,7 @@ var SubNavigation = require('../../components/subnavigation/subnavigation.jsx');
require('./download.scss');
require('../../components/forms/button.scss');
-var Download = React.createClass({
+var Download = injectIntl(React.createClass({
type: 'Download',
getInitialState: function () {
return {
@@ -240,7 +240,6 @@ var Download = React.createClass({
);
}
-});
+}));
-var IntlDownload = injectIntl(Download);
-render(, document.getElementById('app'));
+render(, document.getElementById('app'));