Skip to content

Commit

Permalink
fix: change name of clip page title
Browse files Browse the repository at this point in the history
Signed-off-by: EINDEX <[email protected]>
  • Loading branch information
EINDEX committed Apr 30, 2023
1 parent cf20f7b commit 72d35be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ try {
try {
Browser.contextMenus.create({
id: 'clip-page',
title: 'Clip page url',
title: 'Clip page link',
visible: true,
contexts: ['page'],
});
Expand Down

0 comments on commit 72d35be

Please sign in to comment.