diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index 90d6217..5ef9525 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -1821,6 +1821,8 @@ var IPython = (function (IPython) { ) ).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") .text("IPython security documentation")