Rename Google Hangouts to Google Chat (#74162)

* Rename Google Hangouts to Google Chat

* Fix prettier
This commit is contained in:
George Robinson
2023-08-31 16:09:22 +03:00
committed by GitHub
parent 416520e648
commit 439270f6cb
7 changed files with 11 additions and 9 deletions
@@ -1096,15 +1096,15 @@ func GetAvailableNotifiers() []*NotifierPlugin {
},
{
Type: "googlechat",
Name: "Google Hangouts Chat",
Description: "Sends notifications to Google Hangouts Chat via webhooks based on the official JSON message format",
Heading: "Google Hangouts Chat settings",
Name: "Google Chat",
Description: "Sends notifications to Google Chat via webhooks based on the official JSON message format",
Heading: "Google Chat settings",
Options: []NotifierOption{
{
Label: "URL",
Element: ElementTypeInput,
InputType: InputTypeText,
Placeholder: "Google Hangouts Chat incoming webhook url",
Placeholder: "Google Chat incoming webhook url",
PropertyName: "url",
Required: true,
},