From 6aa0f68ee9fb7a1ff749565ef5cf9d220407fdcb Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Fri, 14 Jul 2017 23:31:57 +0100 Subject: [PATCH] Show beta testing icon and help message for widgets tile. --- 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 effe50643c..2eabe373f8 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -26,6 +26,7 @@ import { _t } from '../../../languageHandler'; import sdk from '../../../index'; const ALLOWED_APP_URL_SCHEMES = ['https:', 'http:']; +const betaHelpMsg = 'This feature is currently experimental and is intended for beta testing only'; export default React.createClass({ displayName: 'AppTile', @@ -157,6 +158,7 @@ export default React.createClass({
{this.formatAppTileName()} + β {/* Edit widget */} {showEditButton &&