From d1e7c7933383ec7a3118cdc01f5e576cfb3db67a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 29 Jul 2021 15:37:09 -0600 Subject: [PATCH] Change "Downloading" tooltip to "Decrypting" Fixes https://github.com/vector-im/element-web/issues/18239 --- src/components/views/messages/DownloadActionButton.tsx | 2 +- src/i18n/strings/en_EN.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/views/messages/DownloadActionButton.tsx b/src/components/views/messages/DownloadActionButton.tsx index 262783a867..6dc48b0936 100644 --- a/src/components/views/messages/DownloadActionButton.tsx +++ b/src/components/views/messages/DownloadActionButton.tsx @@ -87,7 +87,7 @@ export default class DownloadActionButton extends React.PureComponent diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 11d1f2140a..04abbe448d 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1889,7 +1889,7 @@ "Saturday": "Saturday", "Today": "Today", "Yesterday": "Yesterday", - "Downloading": "Downloading", + "Decrypting": "Decrypting", "Download": "Download", "View Source": "View Source", "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.", @@ -1904,9 +1904,9 @@ "Retry": "Retry", "Reply": "Reply", "Message Actions": "Message Actions", + "Download %(text)s": "Download %(text)s", "Error decrypting attachment": "Error decrypting attachment", "Decrypt %(text)s": "Decrypt %(text)s", - "Download %(text)s": "Download %(text)s", "Invalid file%(extra)s": "Invalid file%(extra)s", "Error decrypting image": "Error decrypting image", "Show image": "Show image",