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.
1 parent 26b096b commit 1a7c4f7Copy full SHA for 1a7c4f7
plugins/find-and-replace.js
@@ -240,7 +240,7 @@ codeInput.plugins.FindAndReplace = class extends codeInput.Plugin {
240
findRegExpCheckbox.title = this.instructions.findRegExp;
241
findRegExpCheckbox.classList.add("code-input_find-and-replace_reg-exp-checkbox");
242
243
- matchDescription.textContent = "Search for matches in your code.";
+ matchDescription.textContent = this.instructions.start;
244
matchDescription.classList.add("code-input_find-and-replace_match-description");
245
246
0 commit comments