diff --git a/notebook/static/notebook/js/toolbar.js b/notebook/static/notebook/js/toolbar.js
index 0e47e3470f8..20dab2be32a 100644
--- a/notebook/static/notebook/js/toolbar.js
+++ b/notebook/static/notebook/js/toolbar.js
@@ -94,7 +94,7 @@ define(['jquery','base/js/i18n'], function($, i18n) {
}
var button = $('')
.addClass('btn btn-default')
- .attr("title", i18n.msg._(action.help))
+ .attr("title", i18n.msg._(action.help)||el.label)
.append(
$("").addClass(el.icon||(action||{icon:'fa-exclamation-triangle'}).icon).addClass('fa')
);