diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index 90d6217ac..5ef95259c 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -1820,6 +1820,8 @@ var IPython = (function (IPython) { $("").text("when you open it") ) ).append(".") + ).append($("

") + .text("Selecting trust will immediately reload this notebook in a trusted state.") ).append($("

") .text("For more information, see the ") .append($("").attr("href", "http://ipython.org/security.html")