diff --git a/notebook/static/notebook/js/notificationarea.js b/notebook/static/notebook/js/notificationarea.js index e850af087..36b3dd60d 100644 --- a/notebook/static/notebook/js/notificationarea.js +++ b/notebook/static/notebook/js/notificationarea.js @@ -351,9 +351,9 @@ define([ // Notebook trust events this.events.on('trust_changed.Notebook', function (event, trusted) { if (trusted) { - tnw.info("Trusted"); + tnw.set_message("Trusted"); } else { - tnw.danger("Not Trusted", undefined, function() { + tnw.set_message("Not Trusted", undefined, function() { that.notebook.trust_notebook(); return false; });