diff --git a/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs b/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs index 919fb314a..dfc7c8548 100644 --- a/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs +++ b/services/Directory/FilterLists.Directory.Api/Controllers/ChangesController.cs @@ -17,7 +17,7 @@ public ChangesController(IMemoryCache cache, IMediator mediator) : base(cache) } /// - /// ALPHA: Gets the changes to the FilterLists database pending approval. + /// ALPHA: Gets the changes to the FilterLists pending approval. /// /// The cancellation token. /// The changes. @@ -29,7 +29,7 @@ public Task Get(CancellationToken cancellationToken) } /// - /// ALPHA: Gets the change to the FilterLists database. + /// ALPHA: Gets the change to the FilterLists. /// /// The identifier of the change. /// The cancellation token.