From 3503fe1eb4295e76d39ee8e0cca4029e26d8e923 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Tue, 10 Feb 2026 21:07:50 -0600 Subject: [PATCH] Fix capitalization in status message --- OF DL.Core/Services/DownloadOrchestrationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OF DL.Core/Services/DownloadOrchestrationService.cs b/OF DL.Core/Services/DownloadOrchestrationService.cs index 8e7006c..c821c31 100644 --- a/OF DL.Core/Services/DownloadOrchestrationService.cs +++ b/OF DL.Core/Services/DownloadOrchestrationService.cs @@ -383,7 +383,7 @@ public class DownloadOrchestrationService( Dictionary 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 user in purchasedTabUsers) {