From e19c711548e0a36e36397ea751e66a0fb9ca6924 Mon Sep 17 00:00:00 2001
From: John Gruen <3323249+johngruen@users.noreply.github.com>
Date: Fri, 22 Feb 2019 20:13:31 +0100
Subject: [PATCH] finish string update (#1167)
---
app/ui/download.js | 6 +-----
public/locales/en-US/send.ftl | 3 +--
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/app/ui/download.js b/app/ui/download.js
index 7d0f9189..c9509a00 100644
--- a/app/ui/download.js
+++ b/app/ui/download.js
@@ -140,11 +140,7 @@ module.exports = function(state, emit) {
${state.translate('downloadFilesTitle')}
- ${state.translate('downloadFileText', {
- name: 'name',
- timeSpan: 'time span',
- downloadCount: 'download count'
- })}
+ ${state.translate('downloadMessage')}
${archiveTile.preview(state, emit)}
diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl
index e649e94a..3e7909cc 100644
--- a/public/locales/en-US/send.ftl
+++ b/public/locales/en-US/send.ftl
@@ -15,7 +15,7 @@ importingFile = Importing…
verifyingFile = Verifying…
encryptingFile = Encrypting…
decryptingFile = Decrypting…
-notifyUploadEncryptDone = Your file is encrypted and ready to send.
+notifyUploadEncryptDone = Your file is encrypted and ready to share.
uploadingPageMessage = Once your file uploads you will be able to set expiry options.
uploadingPageCancel = Cancel
uploadCancelNotification = Your upload was cancelled.
@@ -71,7 +71,6 @@ unlockInputLabel = Enter Password
unlockInputPlaceholder = Password
unlockButtonLabel = Unlock
downloadFilesTitle = Download Files
-downloadFileText = {$name} was encrypted with Firefox Send, and will expire after { $timeSpan } or { $downloadCount }.
# Firefox Send is a brand name and should not be localized.
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.
# Text and title used on the download link/button (indicates an action).