diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 6e73cc9338..97957586ca 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -178,7 +178,8 @@ export default React.createClass({ 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?") } + { _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) => {