Split string across multiple lines.

pull/21833/head
Richard Lewis 2017-10-23 20:08:52 +01:00
parent 3c4c986aca
commit 54bd916862
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@ export default React.createClass({
title: _t("Delete Widget"), title: _t("Delete Widget"),
description: description:
<div> <div>
{ _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?") }
</div>, </div>,
button: _t("Delete widget"), button: _t("Delete widget"),
onFinished: (confirmed) => { onFinished: (confirmed) => {