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.