From c02c053ec3b0ef12ea2ed24bf78da45c06b8c769 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 16 Dec 2021 20:08:35 -0800 Subject: [PATCH] webhooks: Fix Mailchimp capitalization. Signed-off-by: Anders Kaseorg --- docs/overview/changelog.md | 2 +- zerver/lib/integrations.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 32b352600a..78101f040c 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -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. diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index b05978f007..3eecdf7cc4 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -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"],