From 318d2a3abf6da8d5a4b53cecafb9dca32fe49e29 Mon Sep 17 00:00:00 2001 From: Lukas Hauser Date: Thu, 12 Oct 2023 17:30:32 +0200 Subject: [PATCH] Fix Docs: default (#3550) 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 f084805c..8a8d7960 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 ]