From 425326a46e66dacd3f3d36057f7cba6d84c58bfc Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 3 Sep 2017 21:22:07 +1200 Subject: [PATCH] Test mode message --- src/js/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/App.js b/src/js/App.js index 850b8ecb..8d17bd62 100755 --- a/src/js/App.js +++ b/src/js/App.js @@ -51,7 +51,7 @@ class App extends React.Component{ this.props.coreActions.getBroadcasts() if (this.props.test_mode){ - this.props.uiActions.createNotification('Welcome to test mode! This provides you with additional debug info by using the non-minified code base. See Wiki for more information.','info','TEST_MODE','Test mode enabled',true) + this.props.uiActions.createNotification('

Welcome to test mode! This provides you with additional console logging by using the non-minified code base.

See Wiki for more information.

','info','TEST_MODE','Test mode enabled',true) } // when we navigate to a new route