diff --git a/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs b/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs index 6cc1f27cabb..ba6e1d2caf4 100644 --- a/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs +++ b/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs @@ -86,7 +86,7 @@ public ValueTask Create(CancellationToken cancellationToken) var job = new Job { - Description = "Launch DreamDaemon", + Description = "Launch Watchdog", CancelRight = (ulong)DreamDaemonRights.Shutdown, CancelRightsType = RightsType.DreamDaemon, Instance = Instance,