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>,