From 3c4c986aca536fb128e4aa523fe5b35c05b0620d Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Mon, 23 Oct 2017 18:42:43 +0100 Subject: [PATCH] Update button text --- src/components/views/elements/AppTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);