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';