From dcbbf31f042c5a07e0ef74124a39c9810287e3ab Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 9 Mar 2020 16:50:34 +0100 Subject: [PATCH] fix lint --- src/components/views/room_settings/AliasSettings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/room_settings/AliasSettings.js b/src/components/views/room_settings/AliasSettings.js index c6e4d1e3ba..0a7bd1d333 100644 --- a/src/components/views/room_settings/AliasSettings.js +++ b/src/components/views/room_settings/AliasSettings.js @@ -190,8 +190,8 @@ export default class AliasSettings extends React.Component { Modal.createTrackedDialog('Error updating alternative addresses', '', ErrorDialog, { title: _t("Error updating main address"), description: _t( - "There was an error updating the room's alternative addresses. It may not be allowed by the server " + - "or a temporary failure occurred.", + "There was an error updating the room's alternative addresses. " + + "It may not be allowed by the server or a temporary failure occurred.", ), }); }).finally(() => {