mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Spell out identity server
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
0d560108b6
commit
85497610e3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue