From f4a9afd17c063ba3028cce134f9a7865b2c87fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 22 Apr 2024 15:04:44 +0200 Subject: [PATCH] notify: fix TemplateType::Subject doc comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wrongly copied Signed-off-by: Fabian Grünbichler --- proxmox-notify/src/renderer/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }