plans_page: Adjust /plans content.

[squash]: Update sponsorsip and question boxes for Cloud.

[squash]: Update tabs subtitles.

[squash]: Content for info boxes for self-hosted plans.

[squash]: Adjust content to fit design.

portico: Tweak /plans text.
This commit is contained in:
Alya Abbott
2023-11-22 16:21:00 -08:00
committed by Tim Abbott
parent dbaef860bf
commit 6f796e0cbd
3 changed files with 55 additions and 59 deletions

View File

@@ -575,7 +575,7 @@ class PlansPageTest(ZulipTestCase):
with self.settings(FREE_TRIAL_DAYS=60):
result = self.client_get("/plans/", subdomain="zulip")
self.assert_in_success_response([current_plan, "Start 60 day free trial"], result)
self.assert_in_success_response([current_plan, "Start 60-day free trial"], result)
self.assert_not_in_success_response(
[sign_up_now, sponsorship_pending, upgrade_to_standard], result
)