|
|
@ -63,7 +63,7 @@ export class RemoveModeratorsDialog extends React.Component<Props, State> {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="content">
|
|
|
|
<div className="content">
|
|
|
|
<p className="titleText">
|
|
|
|
<p className="titleText">
|
|
|
|
${i18n('removeModerators')} <span>${this.props.chatName}</span>
|
|
|
|
{i18n('removeModerators')} <span>{this.props.chatName}</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div className="moderatorList">
|
|
|
|
<div className="moderatorList">
|
|
|
|
<p>Existing moderators:</p>
|
|
|
|
<p>Existing moderators:</p>
|
|
|
|