From 6aa1d923ceb13e71a5441e1e90deff59380fdc57 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Fri, 28 Jul 2017 16:48:13 +0100 Subject: [PATCH] Add comment --- src/components/views/elements/AppTile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index c3fbd3b370..e7e4f8c3f2 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -142,6 +142,8 @@ export default React.createClass({ } }, + // Widget labels to render, depending upon user permissions + // These strings are translated at the point that they are inserted in to the DOM, in the render method _deleteWidgetLabel() { if (this._canUserModify()) { return 'Delete widget';