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) {