Make this error message more appropriate

This commit is contained in:
Jordan Dominion
2025-07-27 17:38:28 -04:00
parent 9e8bdde30c
commit 37dd46e4e8
+1 -1
View File
@@ -493,7 +493,7 @@ namespace Tgstation.Server.Api.Models
/// <summary>
/// Attempted to restart a stopped watchdog.
/// </summary>
[Description("Cannot restart the watchdog as it is not running!")]
[Description("Cannot perform watchdog operation as it is not running!")]
WatchdogNotRunning,
/// <summary>