From ceabce864f8569dc27c31d9a85a6297a96275d8c Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 10 Jul 2024 19:37:49 +0600 Subject: [PATCH] web/i18n/settings: remove "preferred" from titles --- web/i18n/en/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 2dbd3e35..f3caae93 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -13,7 +13,7 @@ "theme.dark": "dark", "theme.description": "auto theme automatically switches between light and dark themes depending on your device's current theme.", - "video.quality": "preferred video quality", + "video.quality": "video quality", "video.quality.max": "8k+", "video.quality.2160": "4k", "video.quality.1440": "1440p", @@ -25,7 +25,7 @@ "video.quality.144": "144p", "video.quality.description": "if preferred video quality isn't available, closest best is picked instead.", - "video.youtube.codec": "preferred youtube video codec", + "video.youtube.codec": "youtube video codec", "video.youtube.codec.h264": "h264 (mp4)", "video.youtube.codec.av1": "av1 (mp4)", "video.youtube.codec.vp9": "vp9 (webm)", @@ -39,7 +39,7 @@ "video.tiktok.h265.title": "prefer HEVC/H265 format", "video.tiktok.h265.description": "allows 1080p video downloading at cost of compatibility.", - "audio.format": "preferred audio format", + "audio.format": "audio format", "audio.format.best": "best", "audio.format.mp3": "mp3", "audio.format.ogg": "ogg",