From 107c8758ac545841da34407130aaf9e6dd127f39 Mon Sep 17 00:00:00 2001
From: Emanuel Bennici <eb@fabmation.de>
Date: Wed, 11 Dec 2019 18:40:05 +0100
Subject: [PATCH] Change 'messages' to 'notifications'

---
 source/tmpl/settings.gohtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/tmpl/settings.gohtml b/source/tmpl/settings.gohtml
index 81eab96c..11954288 100644
--- a/source/tmpl/settings.gohtml
+++ b/source/tmpl/settings.gohtml
@@ -45,7 +45,7 @@
                                     <span class="switch">
                                         <input type="checkbox" name="update_notify-option" class="switch" id="switch-update_notify"{{if UPDATENOTIFY}} checked{{end}}>
                                         <label for="switch-update_notify" class="mt-2 mt-sm-0"></label>
-                                        <small class="form-text text-muted">Enabling this will send only Messages when the status of a services changes.</small>
+                                        <small class="form-text text-muted">Enabling this will send only notifications when the status of a services changes.</small>
                                     </span>
 
                                     <input type="hidden" name="update_notify" id="switch-update_notify-value" value="{{if UPDATENOTIFY}}true{{else}}false{{end}}">