You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Spell out identity server
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
@@ -157,7 +157,7 @@ export default class SetIdServer extends React.Component {
|
|||||||
description:
|
description:
|
||||||
<div>
|
<div>
|
||||||
{_t(
|
{_t(
|
||||||
"Disconnect from the ID Server <idserver></idserver>?", {},
|
"Disconnect from the identity server <idserver></idserver>?", {},
|
||||||
{idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>},
|
{idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>},
|
||||||
)},
|
)},
|
||||||
</div>,
|
</div>,
|
||||||
|
|||||||
Reference in New Issue
Block a user