Fix string indentation.

pull/21833/head
Richard Lewis 2017-10-25 10:45:17 +01:00
parent 11d4a63a32
commit 2e3bdfd55d
1 changed files with 3 additions and 2 deletions

View File

@ -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) {