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] );