Skip to content

Commit

Permalink
morebits: change default label from "Submit Query" to "Submit" (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATREAY authored Jan 23, 2024
1 parent 13dba69 commit 0961ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morebits.js
Original file line number Diff line number Diff line change
Expand Up @@ -6011,7 +6011,7 @@ Morebits.simpleWindow.prototype = {
} else if (value.textContent) {
button.textContent = value.textContent;
} else {
button.textContent = msg('submit', 'Submit Query');
button.textContent = msg('submit', 'Submit');
}

button.className = value.className || 'submitButtonProxy';
Expand Down

0 comments on commit 0961ff5

Please sign in to comment.