mirror of https://github.com/vector-im/riot-web
Appease more of the linter
parent
7504927ed9
commit
27c9b24cab
|
@ -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 New Issue