1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Spell out identity server

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker
2019-08-14 10:08:30 +01:00
committed by GitHub
parent 85497610e3
commit 3c3b530e1e

View File

@@ -153,7 +153,7 @@ export default class SetIdServer extends React.Component {
_onDisconnectClicked = () => {
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
Modal.createTrackedDialog('Identity Server Disconnect Warning', '', QuestionDialog, {
title: _t("Disconnect ID Server"),
title: _t("Disconnect Identity Server"),
description:
<div>
{_t(