diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js index c808668e0..1b2187a36 100644 --- a/notebook/static/notebook/js/searchandreplace.js +++ b/notebook/static/notebook/js/searchandreplace.js @@ -167,7 +167,7 @@ define([ .attr('type', 'button') .addClass("btn btn-default btn-sm") .attr('data-toggle','button') - .attr('title', i18n.msg._('Replace in selected cells')); + .attr('title', i18n.msg._('Replace in all cells')); var isCaseSensitiveButton = $('