diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index 987229b2b1..d976866ed7 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -194,7 +194,7 @@ define([ }); var id_actions_dict = { - '#search_and_replace' : 'ipython.search-and-replace-dialog', + '#find_and_replace' : 'ipython.find-and-replace-dialog', '#save_checkpoint': 'ipython.save-notebook', '#restart_kernel': 'ipython.restart-kernel', '#int_kernel': 'ipython.interrupt-kernel', diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js index 51c8c97240..8af53b2baf 100644 --- a/notebook/static/notebook/js/searchandreplace.js +++ b/notebook/static/notebook/js/searchandreplace.js @@ -150,7 +150,7 @@ define(function(require){ var snr = function(env, event) { var search = $("") .addClass('form-control') - .attr('placeholder','Search'); + .attr('placeholder','Find'); var isRegExpButton = $('