mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Update src/components/views/right_panel/UserInfo.js
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
4b8382b5c4
commit
5267dbf44a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ async function verifyDevice(userId, device) {
|
|||
const cli = MatrixClientPeg.get();
|
||||
const member = cli.getUser(userId);
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
Modal.createTrackedDialog("Verification failed", "insecure", QuestionDialog, {
|
||||
Modal.createTrackedDialog("Verification warning", "unverified session", QuestionDialog, {
|
||||
headerImage: require("../../../../res/img/e2e/warning.svg"),
|
||||
title: _t("Not Trusted"),
|
||||
description: <div>
|
||||
|
|
Loading…
Reference in a new issue