diff --git a/src/Tgstation.Server.Api/Models/ErrorCode.cs b/src/Tgstation.Server.Api/Models/ErrorCode.cs index ea2c9ebd67..b7673ff4e9 100644 --- a/src/Tgstation.Server.Api/Models/ErrorCode.cs +++ b/src/Tgstation.Server.Api/Models/ErrorCode.cs @@ -493,7 +493,7 @@ namespace Tgstation.Server.Api.Models /// /// Attempted to restart a stopped watchdog. /// - [Description("Cannot restart the watchdog as it is not running!")] + [Description("Cannot perform watchdog operation as it is not running!")] WatchdogNotRunning, ///