You've already forked matrix-react-sdk
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user