Fix string indentation.
This commit is contained in:
parent
11d4a63a32
commit
2e3bdfd55d
1 changed files with 3 additions and 2 deletions
|
@ -176,8 +176,9 @@ export default React.createClass({
|
||||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||||
Modal.createTrackedDialog('Delete Widget', '', QuestionDialog, {
|
Modal.createTrackedDialog('Delete Widget', '', QuestionDialog, {
|
||||||
title: _t("Delete Widget"),
|
title: _t("Delete Widget"),
|
||||||
description: _t("Deleting a widget removes it for all users in this room." +
|
description: _t(
|
||||||
" Are you sure you want to delete this widget?"),
|
"Deleting a widget removes it for all users in this room." +
|
||||||
|
" Are you sure you want to delete this widget?"),
|
||||||
button: _t("Delete widget"),
|
button: _t("Delete widget"),
|
||||||
onFinished: (confirmed) => {
|
onFinished: (confirmed) => {
|
||||||
if (!confirmed) {
|
if (!confirmed) {
|
||||||
|
|
Loading…
Reference in a new issue