From 2e3bdfd55d01a450bc27c97fd8bac289efb2fcbd Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 25 Oct 2017 10:45:17 +0100 Subject: [PATCH] Fix string indentation. --- src/components/views/elements/AppTile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {