From 42de31c2e854a808b45bae80a0ec7675e6de6a42 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Sun, 26 Mar 2023 21:58:21 +0200 Subject: [PATCH] billing: Tweak "contact support" links on billing page. This is nicer than putting the raw email in the message. --- corporate/tests/test_stripe.py | 8 ++------ templates/corporate/billing.html | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/corporate/tests/test_stripe.py b/corporate/tests/test_stripe.py index 13ce88f06a..80658942a5 100644 --- a/corporate/tests/test_stripe.py +++ b/corporate/tests/test_stripe.py @@ -2302,9 +2302,7 @@ class StripeTest(StripeTestCase): # Ensure that the other "contact support" footer is not displayed, since that would be # duplicate. self.assert_not_in_success_response( - [ - 'Contact support@zulip.com for billing history.' - ], + ['Contact Zulip support for billing history.'], response, ) @@ -2324,9 +2322,7 @@ class StripeTest(StripeTestCase): response, ) self.assert_in_success_response( - [ - 'Contact support@zulip.com for billing history.' - ], + ['Contact Zulip support for billing history.'], response, ) diff --git a/templates/corporate/billing.html b/templates/corporate/billing.html index 7909af7232..3e183141bb 100644 --- a/templates/corporate/billing.html +++ b/templates/corporate/billing.html @@ -186,7 +186,7 @@
@@ -220,7 +220,7 @@ {# In the other case, we're displaying a different message about contacting support. #} {% endif %}