diff options
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 2 |
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', |