diff --git a/frontend/src/upload.js b/frontend/src/upload.js
index 194d50af..892ce4ca 100644
--- a/frontend/src/upload.js
+++ b/frontend/src/upload.js
@@ -321,7 +321,7 @@ $(document).ready(function() {
popupDiv.classList.add('popup');
const popupDelSpan = document.createElement('span');
$(popupDelSpan).addClass('del-file');
- $(popupDelSpan).attr('data-l10n-id', 'sentFilesTitle4');
+ $(popupDelSpan).attr('data-l10n-id', 'deleteFileList');
const popupNvmSpan = document.createElement('span');
$(popupNvmSpan).addClass('nvm');
diff --git a/public/locales/send.en-US.ftl b/public/locales/en-US/send.ftl
similarity index 81%
rename from public/locales/send.en-US.ftl
rename to public/locales/en-US/send.ftl
index a3873fbb..a9c58880 100644
--- a/public/locales/send.en-US.ftl
+++ b/public/locales/en-US/send.ftl
@@ -7,7 +7,7 @@ uploadPageLearnMore = Learn more
uploadPageDropMessage = Drop your file here to start uploading
uploadPageSizeMessage = For the most reliable operation, it’s best to keep your file under 1GB
uploadPageBrowseButton = Select a file on your computer
- .title = {uploadPageBrowseButtonTitle}
+ .title = Select a file on your computer
uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
uploadPageBrowseButtonTitle = Upload file
@@ -19,66 +19,70 @@ notifyUploadDone = Your upload has finished.
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
uploadingPageCancel = Cancel upload
- .title = {uploadingPageCancel}
+ .title = Cancel upload
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.
uploadSuccessConfirmHeader = Ready to Send
-uploadSvgAlt.alt = Upload
-
-
-//Note the spec suggests that this string is editable. That feature will not appear at Launch
+uploadSvgAlt
+ .alt = Upload
uploadSuccessTimingHeader = The link to your file will expire after 1 download or in 24 hours.
copyUrlFormLabel = Copy and share the link to send your file:
copyUrlFormLabelWithName = Copy and share the link to send your file: { $filename }
+
// Note: Title text for button should be the same
copyUrlFormButton = Copy to clipboard
- .title = {copyUrlFormButton}
+ .title = Copy to clipboard
copiedUrl = Copied!
deleteFileButton = Delete file
- .title = {deleteFileButton}
+ .title = Delete file
sendAnotherFileLink = Send another file
- .title = {sendAnotherFileLink}
+ .title = Send another file
-downloadAltText.alt = Download
+downloadAltText
+ .alt = Download
downloadFileName = Download { $filename }
downloadFileSize = ({ $size })
downloadMessage = Your friend is sending you a file with Firefox Send, a service that allows you to share files with a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
downloadButtonLabel = Download
- .title = {downloadButtonLabel}
+ .title = Download
downloadNotification = Your download has completed.
downloadFinish = Download Complete
sendYourFilesLink = Try Firefox Send
- .title = {sendYourFilesLink}
+ .title = Try Firefox Send
downloadingPageProgress = Downloading { $filename } ({ $size })
downloadingPageMessage = Please leave this tab open while we fetch your file and decrypt it.
-errorAltText.alt = Upload error
+errorAltText
+ .alt = Upload error
errorPageHeader = Something went wrong!
errorPageMessage = There has been an error uploading the file.
errorPageLink = Send another file
-linkExpiredAlt.alt = Link expired
+linkExpiredAlt
+ .alt = Link expired
expiredPageHeader = This link has expired or never existed in the first place!
notSupportedHeader = Your browser is not supported.
notSupportedDetail = Unfortunately this browser does not support the web technology that powers Firefox Send. You'll need to try another browser. We recommend Firefox!
downloadFirefoxButtonSub = Free Download
-sentFilesTitle1 = File
-sentFilesTitle2 = Copy URL
-sentFilesTitle3 = Expires In
-sentFilesTitle4 = Delete
-
+uploadedFile = File
+copyFileList = Copy URL
+expiryFileList = Expires In
+deleteFileList = Delete
nevermindButton = Nevermind
-deleteButtonHover.title = {sentFilesTitle4}
-copyUrlHover.title = {sentFilesTitle2}
+
+deleteButtonHover
+ .title = Delete
+copyUrlHover
+ .title = Copy URL
footerLinkLegal = Legal
footerLinkAbout = About Test Pilot
diff --git a/views/index.handlebars b/views/index.handlebars
index 30ae6a97..3a2dfbbf 100644
--- a/views/index.handlebars
+++ b/views/index.handlebars
@@ -20,10 +20,10 @@