Fix E2EE disclaimer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -26,7 +26,8 @@ export const E2EEBanner = () => {
|
|||||||
<div className={styles.e2eeBanner}>
|
<div className={styles.e2eeBanner}>
|
||||||
<LockOffIcon width={24} height={24} />
|
<LockOffIcon width={24} height={24} />
|
||||||
<Trans>
|
<Trans>
|
||||||
Element Call is temporarily not encrypted while we test scalability.
|
Element Call is temporarily not end-to-end encrypted while we test
|
||||||
|
scalability.
|
||||||
</Trans>
|
</Trans>
|
||||||
</div>
|
</div>
|
||||||
</Banner>
|
</Banner>
|
||||||
|
|||||||
@@ -27,7 +27,9 @@ export const E2EELock = () => {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const tooltip = useCallback(
|
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]
|
[t]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user