notify: fix TemplateType::Subject doc comment

wrongly copied

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-04-22 15:04:44 +02:00
parent 0af0bad742
commit f4a9afd17c

View File

@ -196,7 +196,7 @@ pub enum TemplateType {
HtmlBody, HtmlBody,
/// Plaintext body template /// Plaintext body template
PlaintextBody, PlaintextBody,
/// Plaintext body template /// Subject template
Subject, Subject,
} }