mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08:00
Spell out identity server
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
0d560108b6
commit
85497610e3
@ -152,7 +152,7 @@ export default class SetIdServer extends React.Component {
|
||||
|
||||
_onDisconnectClicked = () => {
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
Modal.createTrackedDialog('ID Server Disconnect Warning', '', QuestionDialog, {
|
||||
Modal.createTrackedDialog('Identity Server Disconnect Warning', '', QuestionDialog, {
|
||||
title: _t("Disconnect ID Server"),
|
||||
description:
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user