Skip to content

Commit 9831da1

Browse files
authored
Update background.js
Small title fix
1 parent 41b6746 commit 9831da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ chrome.tabs.onActivated.addListener((info) => {
434434
chrome.runtime.onInstalled.addListener(() => {
435435
chrome.contextMenus.create({
436436
id: 'reactime',
437-
title: 'Mark\'s Reactime 19',
437+
title: 'Reactime',
438438
contexts: ['page', 'selection', 'image', 'link'],
439439
});
440440
});

0 commit comments

Comments
 (0)