Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Feb 6, 2024
1 parent a3cf6ba commit 5cb4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinkai-visor/src/service-worker/context-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const menuActions = new Map<
const registerMenu = () => {
chrome.contextMenus.create({
id: ContextMenu.SummarizePage,
title: 'Summarize page',
title: 'Summarize This Page',
contexts: ['all'],
});
chrome.contextMenus.create({
Expand Down

0 comments on commit 5cb4cef

Please sign in to comment.