webhooks: Fix Mailchimp capitalization.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-16 20:08:35 -08:00
committed by Anders Kaseorg
parent dc72f79a83
commit c02c053ec3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 - Added support for (optionally) using PGRoonga to support full-text
search in all languages (not just English). search in all languages (not just English).
- Added AppFollow, GitLab, Google Calendar, GoSquared, HelloSign, - 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. Labs, Stripe and Zapier integrations.
- Added a webhook integration for GitHub, replacing the deprecated - Added a webhook integration for GitHub, replacing the deprecated
github-services hook. github-services hook.

View File

@@ -642,7 +642,7 @@ HUBOT_INTEGRATIONS: List[HubotIntegration] = [
# _ needed to get around adblock plus # _ needed to get around adblock plus
logo="images/integrations/logos/instagra_m.svg", logo="images/integrations/logos/instagra_m.svg",
), ),
HubotIntegration("mailchimp", ["communication", "marketing"], display_name="MailChimp"), HubotIntegration("mailchimp", ["communication", "marketing"], display_name="Mailchimp"),
HubotIntegration( HubotIntegration(
"google-translate", "google-translate",
["misc"], ["misc"],