* Update peertube-skin.scss
* Update embed.ts
.vjs-dock-description {
font-size: 11px;
- .text::before, .text::after {
- display: inline-block;
- content: '\1F308';
- }
-
.text::before {
margin-right: 4px;
}
const config: ServerConfig = await configResponse.json()
const description = config.tracker.enabled && this.warningTitle
- ? '<span class="text">' + this.player.localize('Uses P2P, others may know your IP is downloading this video.') + '</span>'
+ ? '<span class="text">' + this.player.localize('Watching this video may reveal your IP address to others.') + '</span>'
: undefined
this.player.dock({