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 %}