From 0ffa207118d80f7932d74e1da28e58b1185f59f0 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 4 Nov 2023 03:52:14 +0000 Subject: [PATCH] sponsorship: Use this organization instead of your organization. --- corporate/tests/test_stripe.py | 6 ++++-- templates/corporate/sponsorship.html | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/corporate/tests/test_stripe.py b/corporate/tests/test_stripe.py index 2d5b6c6ff7..7914ffd045 100644 --- a/corporate/tests/test_stripe.py +++ b/corporate/tests/test_stripe.py @@ -2301,7 +2301,7 @@ class StripeTest(StripeTestCase): response = self.client_get("/sponsorship/") self.assert_in_success_response( [ - "Your organization has requested sponsorship for a free or discounted Zulip Cloud Standard plan." + 'This organization has requested sponsorship for a free or discounted Zulip Cloud Standard plan.' ], response, ) @@ -2324,7 +2324,9 @@ class StripeTest(StripeTestCase): self.login_user(self.example_user("hamlet")) response = self.client_get("/sponsorship/") self.assert_in_success_response( - ["Zulip is sponsoring free Zulip Cloud Standard hosting for your organization."], + [ + 'Zulip is sponsoring free Zulip Cloud Standard hosting for this organization.' + ], response, ) diff --git a/templates/corporate/sponsorship.html b/templates/corporate/sponsorship.html index 40a3106312..940498cba6 100644 --- a/templates/corporate/sponsorship.html +++ b/templates/corporate/sponsorship.html @@ -13,7 +13,7 @@

Zulip Cloud billing for {{realm_name}}

-

Zulip is sponsoring free Zulip Cloud Standard hosting for your organization. 🎉

+

Zulip is sponsoring free Zulip Cloud Standard hosting for this organization. 🎉

@@ -26,7 +26,7 @@

Sponsorship request pending for {{realm_name}}

-

Your organization has requested sponsorship for a free or discounted Zulip Cloud Standard plan.

+

This organization has requested sponsorship for a free or discounted Zulip Cloud Standard plan.

Please feel free to contact Zulip support with any questions or updates to your request.

@@ -68,11 +68,11 @@
- +
- +