diff --git a/src/client/debug/ClientDebugDialog.js b/src/client/debug/ClientDebugDialog.js index 01e555f..1ad0e7d 100644 --- a/src/client/debug/ClientDebugDialog.js +++ b/src/client/debug/ClientDebugDialog.js @@ -182,14 +182,10 @@ module.exports = Class( 'ClientDebugDialog' ) this._showSidebarWarning(); return $( '
' ) - .append( $( '

' ).text( - "Everything in this dialog can be done via the console. " + - "This simply exists to make life easier." - ) ) .append( $( '

' ).html( "To view this dialog: " + "one can use the key combination " + - "CTRL+SHIFT+D, or getProgramDebug()" + + "Ctrl+Shift+D, or getProgramDebug()" + ".toggle() from the console. The latter may " + "also be used even if the user is not logged in internally." ) )