From c9c21fafdb481a4bbb661229f6dc3e2b673ab3c6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Feb 2023 10:27:26 +0100 Subject: Fix button link on mobile --- scripts/i18n/create-custom-files.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 66dbbfcb8..7d03346a0 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -64,6 +64,7 @@ const playerKeys = { ' (muted)': ' (muted)', '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', 'Previous video': 'Previous video', + 'Video page (new window)': 'Video page (new window)', 'Next video': 'Next video' } Object.assign(playerKeys, videojs) -- cgit v1.2.3