diff --git a/server/notification-providers/google-chat.js b/server/notification-providers/google-chat.js index 1610553c7..04c92623d 100644 --- a/server/notification-providers/google-chat.js +++ b/server/notification-providers/google-chat.js @@ -6,7 +6,7 @@ const { DOWN, UP } = require("../../src/util"); class GoogleChat extends NotificationProvider { - name = "Google Chat"; + name = "Google Chat (Google Workspace only)"; async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { let okMsg = "Sent Successfully.";