diff options
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index a6f0b2ed9..9d1c6c443 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -669,7 +669,7 @@ export class PeerTubeEmbed { | |||
669 | 669 | ||
670 | const title = this.title ? videoInfo.name : undefined | 670 | const title = this.title ? videoInfo.name : undefined |
671 | 671 | ||
672 | const description = this.config.tracker.enabled && this.warningTitle | 672 | const description = this.warningTitle && (!videoInfo.isLocal || this.config.tracker.enabled) |
673 | ? '<span class="text">' + peertubeTranslate('Watching this video may reveal your IP address to others.') + '</span>' | 673 | ? '<span class="text">' + peertubeTranslate('Watching this video may reveal your IP address to others.') + '</span>' |
674 | : undefined | 674 | : undefined |
675 | 675 | ||