package messages const ( CannotWarnSelf = "You cannot warn yourself." CannotWarnOwner = "You cannot warn the owner." CannotWarnAdmin = "Only the owner can warn an administrator." WarningTitleRequired = "Warning title is required." WarningMessageRequired = "Warning message is required." WarningNotFound = "Warning not found." WarningAlreadyInactive = "Warning is already inactive." FailedCreateWarning = "Failed to create warning." FailedCreateWarningDetailed = "Failed to create warning for %s: %v." FailedDeactivateWarn = "Failed to deactivate warning." )