Appease more of the linter
This commit is contained in:
parent
7504927ed9
commit
27c9b24cab
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ export default class AdvancedRoomSettingsTab extends React.Component {
|
|||
<p className='mx_SettingsTab_warningText'>
|
||||
{_t(
|
||||
"<b>Warning</b>: Upgrading a room will <i>not automatically migrate room members " +
|
||||
"to the new version of the room.</i> We'll post a link to the new room in the old version " +
|
||||
"of the room - room members will have to click this link to join the new room.",
|
||||
"to the new version of the room.</i> We'll post a link to the new room in the old " +
|
||||
"version of the room - room members will have to click this link to join the new room.",
|
||||
{}, {
|
||||
"b": (sub) => <b>{sub}</b>,
|
||||
"i": (sub) => <i>{sub}</i>,
|
||||
|
|
Loading…
Reference in a new issue