From 27c9b24cab605c599fba046447b2d4c15697b087 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 15 Mar 2019 16:44:27 -0600 Subject: [PATCH] Appease more of the linter --- .../views/settings/tabs/room/AdvancedRoomSettingsTab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js b/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js index 8c56e17a13..cabc196e40 100644 --- a/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js +++ b/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js @@ -71,8 +71,8 @@ export default class AdvancedRoomSettingsTab extends React.Component {

{_t( "Warning: Upgrading a room will not automatically migrate room members " + - "to the new version of the room. 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. 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) => {sub}, "i": (sub) => {sub},