Skip to content

Commit 40859b5

Browse files
Update index.js (FreeTubeApp#2706)
1 parent 3db62f6 commit 40859b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function runApp() {
2121
showCopyImageAddress: true,
2222
prepend: (defaultActions, parameters, browserWindow) => [
2323
{
24-
label: 'Show Video Statistics',
24+
label: 'Show / Hide Video Statistics',
2525
visible: parameters.mediaType === 'video',
2626
click: () => {
2727
browserWindow.webContents.send('showVideoStatistics')

0 commit comments

Comments
 (0)