1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Fix button link on mobile

This commit is contained in:
Chocobozzz 2023-02-15 10:27:26 +01:00
parent fd7581b036
commit c9c21fafdb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 6 deletions

View file

@ -64,6 +64,7 @@ const playerKeys = {
' (muted)': ' (muted)',
'{1} from servers · {2} from peers': '{1} from servers · {2} from peers',
'Previous video': 'Previous video',
'Video page (new window)': 'Video page (new window)',
'Next video': 'Next video'
}
Object.assign(playerKeys, videojs)