aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-20 17:05:08 +0200
committerChocobozzz <me@florianbigard.com>2020-07-20 17:05:08 +0200
commitd28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa (patch)
tree3fba2507640e07b7f6753971b21938d243a9a874 /scripts
parentec903c010ecc54ec2acad0bf2cf10e7fbf6a0fa2 (diff)
downloadPeerTube-d28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa.tar.gz
PeerTube-d28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa.tar.zst
PeerTube-d28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa.zip
Fix embed p2p warning localization
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 47b3e3784..d39a15974 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -25,7 +25,7 @@ const playerKeys = {
25 'peer': 'peer', 25 'peer': 'peer',
26 'Go to the video page': 'Go to the video page', 26 'Go to the video page': 'Go to the video page',
27 'Settings': 'Settings', 27 'Settings': 'Settings',
28 'Uses P2P, others may know you are watching this video.': 'Uses P2P, others may know you are watching this video.', 28 'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.',
29 'Copy the video URL': 'Copy the video URL', 29 'Copy the video URL': 'Copy the video URL',
30 'Copy the video URL at the current time': 'Copy the video URL at the current time', 30 'Copy the video URL at the current time': 'Copy the video URL at the current time',
31 'Copy embed code': 'Copy embed code', 31 'Copy embed code': 'Copy embed code',