diff --git a/proxmox-notify/src/renderer/mod.rs b/proxmox-notify/src/renderer/mod.rs index ddb241de..8574a3fb 100644 --- a/proxmox-notify/src/renderer/mod.rs +++ b/proxmox-notify/src/renderer/mod.rs @@ -196,7 +196,7 @@ pub enum TemplateType { HtmlBody, /// Plaintext body template PlaintextBody, - /// Plaintext body template + /// Subject template Subject, }