From 4dc607b9647549b16ebabe4952f1552b999b0c62 Mon Sep 17 00:00:00 2001 From: NimBold Date: Fri, 3 Jul 2026 17:04:10 +0330 Subject: [PATCH] chore(settings): clarify about credits copy Rename the About footer tooling acknowledgement from download engines to credits so the label better reflects the aria2, yt-dlp, FFmpeg, and Deno attribution. --- src/components/SettingsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingsView.tsx b/src/components/SettingsView.tsx index ea003a4..5c946ed 100644 --- a/src/components/SettingsView.tsx +++ b/src/components/SettingsView.tsx @@ -1399,7 +1399,7 @@ className="app-button px-3 py-1.5 text-[12px] flex items-center gap-1.5 disabled
- Download engines: aria2, yt-dlp, FFmpeg, and Deno. + Credits: aria2, yt-dlp, FFmpeg, and Deno.
Copyright © 2026 NimBold. All rights reserved.