Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Jan 6, 2022
2 parents 64b3e04 + 4ee829a commit 81a194d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/notification-providers/google-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { DOWN, UP } = require("../../src/util");

class GoogleChat extends NotificationProvider {

name = "Google Chat";
name = "GoogleChat";

async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully.";
Expand Down
2 changes: 1 addition & 1 deletion src/components/notifications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const NotificationFormList = {
"serwersms": SerwerSMS,
"stackfield": Stackfield,
"WeCom": WeCom,
"Google Chat (Google Workspace only)": GoogleChat
"GoogleChat": GoogleChat
};

export default NotificationFormList;
1 change: 1 addition & 0 deletions src/languages/de-DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default {
promosms: "PromoSMS",
lunasea: "LunaSea",
apprise: "Apprise (Unterstützung für 50+ Benachrichtigungsdienste)",
GoogleChat: "Google Chat (nur Google Workspace)",
pushbullet: "Pushbullet",
line: "Line Messenger",
mattermost: "Mattermost",
Expand Down
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export default {
clicksendsms: "ClickSend SMS",
lunasea: "LunaSea",
apprise: "Apprise (Support 50+ Notification services)",
GoogleChat: "Google Chat (Google Workspace only)",
pushbullet: "Pushbullet",
line: "Line Messenger",
mattermost: "Mattermost",
Expand Down

0 comments on commit 81a194d

Please sign in to comment.