From 9b0b6137a3cb207e76fb2f7b49e51708ac89db44 Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 7 Mar 2025 21:05:58 +0100 Subject: [PATCH] fixed typos --- notify_templates/notify_gotify.sh | 2 +- notify_templates/notify_pushover.sh | 2 +- notify_templates/notify_telegram.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notify_templates/notify_gotify.sh b/notify_templates/notify_gotify.sh index 780cb94..d5eae60 100644 --- a/notify_templates/notify_gotify.sh +++ b/notify_templates/notify_gotify.sh @@ -35,7 +35,7 @@ send_notification() { ### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { - printf "\nSending Apprise dockcheck notification\n" + printf "\nSending Gotify dockcheck notification\n" MessageTitle="$FromHost - New version of dockcheck available." # Setting the MessageBody variable here. diff --git a/notify_templates/notify_pushover.sh b/notify_templates/notify_pushover.sh index 38955e2..69e951f 100644 --- a/notify_templates/notify_pushover.sh +++ b/notify_templates/notify_pushover.sh @@ -39,7 +39,7 @@ send_notification() { ### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { - printf "\nSending Apprise dockcheck notification\n" + printf "\nSending pushover dockcheck notification\n" MessageTitle="$FromHost - New version of dockcheck available." # Setting the MessageBody variable here. diff --git a/notify_templates/notify_telegram.sh b/notify_templates/notify_telegram.sh index 4a10a50..e8bd8df 100644 --- a/notify_templates/notify_telegram.sh +++ b/notify_templates/notify_telegram.sh @@ -33,7 +33,7 @@ send_notification() { ### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { - printf "\nSending Matrix dockcheck notification\n" + printf "\nSending Telegram dockcheck notification\n" MessageTitle="$FromHost - New version of dockcheck available." # Setting the MessageBody variable here.