Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 4dcf439

Browse files
committed
wording changes
1 parent 5a6119d commit 4dcf439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NUXT/components/Player/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ export default {
687687
this.$vuetube.statusBar.hide();
688688
this.isFullscreen = true;
689689
690-
//--- Fix pressing back button in fullscreen exiting the player ---//
690+
//--- Fix pressing back button in fullscreen exiting the watch page ---//
691691
this.$vuetube.addBackAction(new backType(
692692
() => { this.exitFullscreen(true); },
693693
() => { return this.isFullscreen; }

0 commit comments

Comments
 (0)