mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix "Off" player string localization
This commit is contained in:
parent
fe228901ce
commit
efcadd3d14
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ const playerKeys = {
|
|||
'Buffer Progress': 'Buffer Progress',
|
||||
'Buffer State': 'Buffer State',
|
||||
'Live Latency': 'Live Latency',
|
||||
' off': ' off',
|
||||
'Player mode': 'Player mode'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue