From 1dbab6496cf5697ea9ccfadeaafeb5b72cb4f3e9 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 15 Feb 2018 16:43:23 -0800 Subject: [PATCH] landing-page: Change "Help Center" => "Why Zulip". We have a good "Help Center" section in the footer, where a user may already expect to look for help/support related requests, so we can replace the navbar spot there with the "Why Zulip" page link. --- templates/zerver/landing_nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/landing_nav.html b/templates/zerver/landing_nav.html index d4c4134f00..485037520c 100644 --- a/templates/zerver/landing_nav.html +++ b/templates/zerver/landing_nav.html @@ -26,8 +26,8 @@
  • Integrations
  • -
  • - Help Center +
  • + Why Zulip
  • {% if user_is_authenticated %} {% include 'zerver/portico-header-dropdown.html' %}