From 53103e120f8bb263b3c26f96cac9208b5387899e Mon Sep 17 00:00:00 2001 From: gek0z Date: Wed, 15 Apr 2026 18:56:52 +0100 Subject: [PATCH] Drop Google Cloud mention from Settings account blurb The reference existed to contrast with the old Data-API-v3 path; now that the app only uses InnerTube, surfacing "no Google Cloud setup needed" invites more confusion than it resolves. Trimmed to the essentials. --- Sources/Views/SettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Views/SettingsView.swift b/Sources/Views/SettingsView.swift index d93a55d..76f781b 100644 --- a/Sources/Views/SettingsView.swift +++ b/Sources/Views/SettingsView.swift @@ -37,7 +37,7 @@ struct SettingsView: View { } } Text( - "Uses YouTube's own internal API via your browser session — no Google Cloud setup needed. Personal use only." + "Uses YouTube's own internal API via your browser session. Personal use only." ) .font(.caption2).foregroundStyle(.secondary) }