webhooks: Rename Yo App to Yo.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-16 20:16:14 -08:00
committed by Anders Kaseorg
parent 1d3520db12
commit 591bd3f4a1
3 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [
"yo",
["communication"],
function="zerver.webhooks.yo.view.api_yo_app_webhook",
display_name="Yo App",
display_name="Yo",
),
WebhookIntegration("wordpress", ["marketing"], display_name="WordPress"),
WebhookIntegration("zapier", ["meta-integration"]),