1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Fix string indentation.

This commit is contained in:
Richard Lewis
2017-10-25 10:45:17 +01:00
parent 11d4a63a32
commit 2e3bdfd55d

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