]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/webtorrent-info-button.ts
Merge branch 'develop' into cli-wrapper
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / webtorrent-info-button.ts
index 5f3e80c7994dbac73735fc00858e154631de3fe9..deef253ceab4207387cafb988d958caece9ae583 100644 (file)
@@ -80,7 +80,7 @@ class WebtorrentInfoButton extends Button {
       const totalUploaded = bytes(data.uploaded)
       const numPeers = data.numPeers
 
-      subDivWebtorrent.title = this.player_.localize('Total Downloaded: ') + totalDownloaded.join(' ') + '\n' +
+      subDivWebtorrent.title = this.player_.localize('Total downloaded: ') + totalDownloaded.join(' ') + '\n' +
         this.player_.localize('Total uploaded: ' + totalUploaded.join(' '))
 
       downloadSpeedNumber.textContent = downloadSpeed[ 0 ]