Appease the linter

pull/21833/head
Travis Ralston 2019-11-27 20:34:31 -07:00
parent f020929345
commit b9559ecf82
1 changed files with 2 additions and 1 deletions

View File

@ -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.'),
});
}
}));