Appease more of the linter
This commit is contained in:
@@ -71,8 +71,8 @@ export default class AdvancedRoomSettingsTab extends React.Component {
|
|||||||
<p className='mx_SettingsTab_warningText'>
|
<p className='mx_SettingsTab_warningText'>
|
||||||
{_t(
|
{_t(
|
||||||
"<b>Warning</b>: Upgrading a room will <i>not automatically migrate room members " +
|
"<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 " +
|
"to the new version of the room.</i> We'll post a link to the new room in the old " +
|
||||||
"of the room - room members will have to click this link to join the new room.",
|
"version of the room - room members will have to click this link to join the new room.",
|
||||||
{}, {
|
{}, {
|
||||||
"b": (sub) => <b>{sub}</b>,
|
"b": (sub) => <b>{sub}</b>,
|
||||||
"i": (sub) => <i>{sub}</i>,
|
"i": (sub) => <i>{sub}</i>,
|
||||||
|
|||||||
Reference in New Issue
Block a user