Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
philffm committed Jul 7, 2024
1 parent 2150b69 commit e688a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarklet-generator/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ document.addEventListener('DOMContentLoaded', () => {
const messageDiv = document.createElement('div');
messageDiv.id = 'ai-summary-message';
messageDiv.textContent = 'Click on the element where you want to insert the summary.';
messageDiv.textContent = 'Click on the element where you want to insert the summary before.';
document.body.prepend(messageDiv);
document.body.style.cursor = 'crosshair';
Expand Down

0 comments on commit e688a0f

Please sign in to comment.