Skip to content

Commit

Permalink
changed Submit Query to Submit in morebits.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ATREAY committed Sep 9, 2023
1 parent 19b092a commit a0bf227
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 a0bf227

Please sign in to comment.