Split string across multiple lines.
This commit is contained in:
parent
3c4c986aca
commit
54bd916862
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ export default React.createClass({
|
|||
title: _t("Delete Widget"),
|
||||
description:
|
||||
<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>,
|
||||
button: _t("Delete widget"),
|
||||
onFinished: (confirmed) => {
|
||||
|
|
Loading…
Reference in a new issue