fix(hub): align disabled email template value with module name

The notification module's GetTemplate only recognizes the template name "disable" (disable.go / disable template file), but email.templates.disabled was set to "disabled". A consumer passing DISABLED_TEMPLATE to GetTemplate would get an empty body. Set the value to "disable" so it resolves correctly.
This commit is contained in:
Kilian Boute
2026-06-24 11:21:54 +00:00
parent 30bbd97b6d
commit 82e3da78dd

View File

@@ -1126,7 +1126,7 @@ email:
assignTask: "assign_task"
assignTaskTitle: "[Action] You've been assigned to a task"
detection: "detection"
disabled: "disabled"
disabled: "disable"
highupload: "highupload"
device: "device"
alertTitle: "[Alert] Kerberos Hub detected something an event"