From 9f6d3405367429ef618dd8fbeedbd806082e1984 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 8 Nov 2023 22:48:44 +0000 Subject: [PATCH] footer: Add https://status.zulip.com link. Fixes: #14417. --- templates/zerver/footer.html | 3 ++- tools/lib/capitalization.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/zerver/footer.html b/templates/zerver/footer.html index 1d703c4d2c..df5afbc2cc 100644 --- a/templates/zerver/footer.html +++ b/templates/zerver/footer.html @@ -40,7 +40,8 @@
  • {{ _("Getting started") }}
  • {{ _("Help center") }}
  • {{ _("Community chat") }}
  • -
  • {{ _("Contact support") }}
  • +
  • {{ _("Contact support") }}
  • +
  • {{ _("Zulip Cloud status") }}
  • {{ _("Organization set up") }} diff --git a/tools/lib/capitalization.py b/tools/lib/capitalization.py index f1bdc97700..246ffcbf1d 100644 --- a/tools/lib/capitalization.py +++ b/tools/lib/capitalization.py @@ -46,6 +46,7 @@ IGNORED_PHRASES = [ r"Zulip Server", r"Zulip Account Security", r"Zulip Security", + r"Zulip Cloud", r"Zulip Cloud Standard", r"BigBlueButton", # Code things