diff --git a/src/Api/Tools/Validators/SendRotationValidator.cs b/src/Api/Tools/Validators/SendRotationValidator.cs index f177d6b7fe..74b36832ff 100644 --- a/src/Api/Tools/Validators/SendRotationValidator.cs +++ b/src/Api/Tools/Validators/SendRotationValidator.cs @@ -42,7 +42,7 @@ public class SendRotationValidator : IRotationValidator c.Id == existing.Id); if (send == null) { - throw new BadRequestException("All existing folders must be included in the rotation."); + throw new BadRequestException("All existing sends must be included in the rotation."); } result.Add(send.ToSend(existing, _sendService));