Fix capitalization in status message

This commit is contained in:
whimsical-c4lic0 2026-02-10 21:07:50 -06:00
parent 6e0b4eba85
commit 3503fe1eb4

View File

@ -383,7 +383,7 @@ public class DownloadOrchestrationService(
Dictionary<string, long> purchasedTabUsers =
await apiService.GetPurchasedTabUsers("/posts/paid/all", users);
eventHandler.OnMessage("Checking folders for Users in Purchased Tab");
eventHandler.OnMessage("Checking folders for users in Purchased Tab");
foreach (KeyValuePair<string, long> user in purchasedTabUsers)
{