From c0a2c18ec4d42b33ac2aa92c35d28499c7439958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 10 Jul 2023 15:58:46 +0200 Subject: [PATCH 1/2] Fix E2EE disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/E2EEBanner.tsx | 3 ++- src/E2EELock.tsx | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/E2EEBanner.tsx b/src/E2EEBanner.tsx index 08d1ffbb..957813e3 100644 --- a/src/E2EEBanner.tsx +++ b/src/E2EEBanner.tsx @@ -26,7 +26,8 @@ export const E2EEBanner = () => {
- Element Call is temporarily not encrypted while we test scalability. + Element Call is temporarily not end-to-end encrypted while we test + scalability.
diff --git a/src/E2EELock.tsx b/src/E2EELock.tsx index 3832e7f0..d032b036 100644 --- a/src/E2EELock.tsx +++ b/src/E2EELock.tsx @@ -27,7 +27,9 @@ export const E2EELock = () => { const { t } = useTranslation(); const tooltip = useCallback( () => - t("Element Call is temporarily not encrypted while we test scalability."), + t( + "Element Call is temporarily not end-to-end encrypted while we test scalability." + ), [t] ); From 316968e6eaaab134265a5a86cb693876f9c6780a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 10 Jul 2023 16:02:58 +0200 Subject: [PATCH 2/2] i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- public/locales/en-GB/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index 3246e236..5fe1ffa8 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -37,7 +37,7 @@ "Display name": "Display name", "Download debug logs": "Download debug logs", "Element Call Home": "Element Call Home", - "Element Call is temporarily not encrypted while we test scalability.": "Element Call is temporarily not encrypted while we test scalability.", + "Element Call is temporarily not end-to-end encrypted while we test scalability.": "Element Call is temporarily not end-to-end encrypted while we test scalability.", "Exit full screen": "Exit full screen", "Expose developer settings in the settings window.": "Expose developer settings in the settings window.", "Feedback": "Feedback",