We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f9a6cb + 9182f84 commit bbfa1cbCopy full SHA for bbfa1cb
notebook/static/notebook/js/searchandreplace.js
@@ -167,7 +167,7 @@ define([
167
.attr('type', 'button')
168
.addClass("btn btn-default btn-sm")
169
.attr('data-toggle','button')
170
- .attr('title', i18n.msg._('Replace in selected cells'));
+ .attr('title', i18n.msg._('Replace in all cells'));
171
172
var isCaseSensitiveButton = $('<button/>')
173
0 commit comments