From c399d6062c27e8820cabb66276fe6f80759414ed Mon Sep 17 00:00:00 2001 From: Lukas Hauser Date: Mon, 9 Oct 2023 09:07:19 +0200 Subject: [PATCH] Fix Docs: default Signed-off-by: Lukas Hauser --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 13bc3bc4c8..31ebad9002 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -734,10 +734,10 @@ Microsoft Teams notifications are sent via the [Incoming Webhooks](https://learn [ webhook_url: ] # Message title template. -[ title: | default = '{{ template "teams.default.title" . }}' ] +[ title: | default = '{{ template "msteams.default.title" . }}' ] # Message body template. -[ text: | default = '{{ template "teams.default.text" . }}' ] +[ text: | default = '{{ template "msteams.default.text" . }}' ] # The HTTP client's configuration. [ http_config: | default = global.http_config ]