diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 83da52d2d0..0070af1fb2 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -176,8 +176,9 @@ export default React.createClass({ const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog"); Modal.createTrackedDialog('Delete Widget', '', QuestionDialog, { title: _t("Delete Widget"), - description: _t("Deleting a widget removes it for all users in this room." + - " Are you sure you want to delete this widget?"), + description: _t( + "Deleting a widget removes it for all users in this room." + + " Are you sure you want to delete this widget?"), button: _t("Delete widget"), onFinished: (confirmed) => { if (!confirmed) {