X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fwebtorrent-info-button.ts;h=deef253ceab4207387cafb988d958caece9ae583;hb=0491173a61aed66205c017e0d7e0503ea316c144;hp=5f3e80c7994dbac73735fc00858e154631de3fe9;hpb=1a49822c321c34c39faf0411189a7073effa7eb7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/webtorrent-info-button.ts b/client/src/assets/player/webtorrent-info-button.ts index 5f3e80c79..deef253ce 100644 --- a/client/src/assets/player/webtorrent-info-button.ts +++ b/client/src/assets/player/webtorrent-info-button.ts @@ -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 ]