Update E2EE texts

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-08-11 13:14:50 +02:00
parent 5c3d8efebf
commit 506b363f38
2 changed files with 5 additions and 4 deletions

View File

@@ -26,10 +26,7 @@ import { TooltipTrigger } from "./Tooltip";
export const E2EELock = () => {
const { t } = useTranslation();
const tooltip = useCallback(
() =>
t(
"Element Call is temporarily not end-to-end encrypted while we test scalability."
),
() => t("This call is not end-to-end encrypted."),
[t]
);