diff --git a/frontend/src/pages/SettingsApplication.tsx b/frontend/src/pages/SettingsApplication.tsx
index 184fef7f..a5447b45 100644
--- a/frontend/src/pages/SettingsApplication.tsx
+++ b/frontend/src/pages/SettingsApplication.tsx
@@ -396,19 +396,19 @@ const SettingsApplication = () => {
{'bestvideo[height<=720]+bestaudio/best[height<=720]'}
- : best video and audio, max video height of 720p.
+ : "best" video and "best" audio (yt-dlp's choice), max video height of 720p.
{'bestvideo[height<=1080]+bestaudio/best[height<=1080]'}
- : best video and audio, max video height of 1080p.
+ : "best" video and "best" audio (yt-dlp's choice), max video height of 1080p.
{'bestvideo[height<=1080][vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4'}
- : best iOS-compatible video and audio, max video height of 1080p.
+ : "best" universally iOS-compatible video (forced avc1) and "best" audio (forced mp4a), mp4 container, max video height of 1080p.
This can also be configured on a per channel basis.