mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Update button text
This commit is contained in:
parent
75303898e2
commit
3c4c986aca
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue