1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00
This commit is contained in:
David Baker
2019-08-14 10:12:39 +01:00
parent be7956db61
commit c74da125b2
2 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ export default class SetIdServer extends React.Component {
description:
<div>
{_t(
"Disconnect from the identity server <idserver></idserver>?", {},
"Disconnect from the identity server <idserver />?", {},
{idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>},
)},
</div>,