diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 024f62c34d..6e73cc9338 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -180,7 +180,7 @@ export default React.createClass({
{ _t("Deleting a widget removes it for all users in this room - are you sure you want to delete this widget?") }
, - button: _t("OK"), + button: _t("Delete widget"), onFinished: (confirmed) => { if (confirmed) { console.log("Delete widget %s", this.props.id);