From b9559ecf829a00061a72cd74e855638cfcf2025f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 27 Nov 2019 20:34:31 -0700 Subject: [PATCH] Appease the linter --- src/SlashCommands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SlashCommands.js b/src/SlashCommands.js index dc16618a21..a65be9e0ff 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -200,7 +200,8 @@ export const CommandMap = { const ErrorDialog = sdk.getComponent('dialogs.ErrorDialog'); Modal.createTrackedDialog('Slash Commands', 'room upgrade error', ErrorDialog, { title: _t('Error upgrading room'), - description: _t('Double check that your server supports the room version chosen and try again.'), + description: _t( + 'Double check that your server supports the room version chosen and try again.'), }); } }));