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

Split string across multiple lines.

This commit is contained in:
Richard Lewis
2017-10-23 20:08:52 +01:00
parent 3c4c986aca
commit 54bd916862

View File

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