Appease more of the linter

This commit is contained in:
Travis Ralston 2019-03-15 16:44:27 -06:00
parent 7504927ed9
commit 27c9b24cab

View file

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