', { class: 'popuptext' });
const cellText = document.createTextNode(file.name);
diff --git a/public/locales/send.en-US.ftl b/public/locales/send.en-US.ftl
index da7dfb80..a296e1b6 100644
--- a/public/locales/send.en-US.ftl
+++ b/public/locales/send.en-US.ftl
@@ -18,6 +18,7 @@ notifyUploadDone = Your upload has finished.
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
uploadingPageCancel = Cancel upload
.title = {uploadingPageCancel}
+uploadCancelNotification = Your upload was cancelled.
uploadingPageLargeFileMessage = This file is large and may take awhile to upload. Sit tight!
uploadingFileNotification = Notify me when the upload is complete.
diff --git a/server/server.js b/server/server.js
index e599e681..bc2f3df7 100644
--- a/server/server.js
+++ b/server/server.js
@@ -66,8 +66,8 @@ app.use(busboy());
app.use(bodyParser.json());
app.use(express.static(STATIC_PATH));
app.use('/l20n', express.static(L20N));
-app.use('/download/*/l20n', express.static(L20N));
-app.use('/download/*/locales', express.static(LOCALES));
+// app.use('/download/*/l20n', express.static(L20N));
+app.use('/locales', express.static(LOCALES));
app.get('/', (req, res) => {
res.render('index', {
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars
index c3826ccb..d3a660ba 100644
--- a/views/layouts/main.handlebars
+++ b/views/layouts/main.handlebars
@@ -14,7 +14,7 @@
-
+