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