Skip to content

Commit

Permalink
Merge pull request #4122 from thomasaarholt/thomasaarholt-patch-1
Browse files Browse the repository at this point in the history
Corrected alt-text of "replace in all cells"
  • Loading branch information
minrk authored Oct 19, 2018
2 parents 4f9a6cb + 9182f84 commit bbfa1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/notebook/js/searchandreplace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $('<button/>')
.attr('type', 'button')
Expand Down

0 comments on commit bbfa1cb

Please sign in to comment.