1
0
Fork 0
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:
Chocobozzz 2024-06-10 16:27:01 +02:00
parent 44eedafed4
commit 00b1adab86
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 1 deletions

View file

@ -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)