Update button text

This commit is contained in:
Richard Lewis 2017-10-23 18:42:43 +01:00
parent 75303898e2
commit 3c4c986aca

View File

@ -180,7 +180,7 @@ export default React.createClass({
<div>
{ _t("Deleting a widget removes it for all users in this room - are you sure you want to delete this widget?") }
</div>,
button: _t("OK"),
button: _t("Delete widget"),
onFinished: (confirmed) => {
if (confirmed) {
console.log("Delete widget %s", this.props.id);