diff --git a/frontend/src/components/shared-file-view/shared-file-view.js b/frontend/src/components/shared-file-view/shared-file-view.js index 892c2d5bb4..4be085cf0c 100644 --- a/frontend/src/components/shared-file-view/shared-file-view.js +++ b/frontend/src/components/shared-file-view/shared-file-view.js @@ -130,7 +130,7 @@ class SharedFileView extends React.Component { }{' '} {(canDownload && !trafficOverLimit) && - {gettext('Download')}({Utils.bytesToSize(fileSize)}) + {gettext('Download')} ({Utils.bytesToSize(fileSize)}) }{' '} {(enableShareLinkReportAbuse && (loginUser !== sharedBy)) &&