mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix player back button label
This commit is contained in:
parent
44eedafed4
commit
00b1adab86
2 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,8 @@ const playerKeys = {
|
|||
'Autoplay is suspended': 'Autoplay is suspended',
|
||||
'{1} (from edge: {2})': '{1} (from edge: {2})',
|
||||
'Disable subtitles': 'Disable subtitles',
|
||||
'Enable {1} subtitle': 'Enable {1} subtitle'
|
||||
'Enable {1} subtitle': 'Enable {1} subtitle',
|
||||
'Go back': 'Go back'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue