You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Update button text
This commit is contained in:
@@ -180,7 +180,7 @@ export default React.createClass({
|
|||||||
<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("OK"),
|
button: _t("Delete widget"),
|
||||||
onFinished: (confirmed) => {
|
onFinished: (confirmed) => {
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
console.log("Delete widget %s", this.props.id);
|
console.log("Delete widget %s", this.props.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user