mirror of https://github.com/zulip/zulip.git
webhooks: Fix Mailchimp capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
dc72f79a83
commit
c02c053ec3
|
@ -2081,7 +2081,7 @@ running a version from before 1.7 should upgrade directly to 1.7.1.
|
|||
- Added support for (optionally) using PGRoonga to support full-text
|
||||
search in all languages (not just English).
|
||||
- Added AppFollow, GitLab, Google Calendar, GoSquared, HelloSign,
|
||||
Heroku, Librato, MailChimp, Mention, Papertrail, Sentry, Solano
|
||||
Heroku, Librato, Mailchimp, Mention, Papertrail, Sentry, Solano
|
||||
Labs, Stripe and Zapier integrations.
|
||||
- Added a webhook integration for GitHub, replacing the deprecated
|
||||
github-services hook.
|
||||
|
|
|
@ -642,7 +642,7 @@ HUBOT_INTEGRATIONS: List[HubotIntegration] = [
|
|||
# _ needed to get around adblock plus
|
||||
logo="images/integrations/logos/instagra_m.svg",
|
||||
),
|
||||
HubotIntegration("mailchimp", ["communication", "marketing"], display_name="MailChimp"),
|
||||
HubotIntegration("mailchimp", ["communication", "marketing"], display_name="Mailchimp"),
|
||||
HubotIntegration(
|
||||
"google-translate",
|
||||
["misc"],
|
||||
|
|
Loading…
Reference in New Issue