X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fwebtorrent-info-button.ts;h=baeb22b6455a3ea052969c17842eef1217da7c95;hb=293c885b5c6d4d694792cf430c51d73ecd1f3bee;hp=8a79e0e500bbf7d322f2e3701ad5d63927d9c658;hpb=c6352f2c64f3c1ad54f8500f493587cdce3d33c9;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 8a79e0e50..baeb22b64 100644 --- a/client/src/assets/player/webtorrent-info-button.ts +++ b/client/src/assets/player/webtorrent-info-button.ts @@ -62,7 +62,7 @@ class WebtorrentInfoButton extends Button { }) const subDivFallbackText = videojsUntyped.dom.createEl('span', { className: 'peers-text', - textContent: 'fallback' + textContent: ' fallback' }) subDivHttp.appendChild(subDivHttpText)