diff --git a/corporate/tests/test_support_views.py b/corporate/tests/test_support_views.py index ea102c183b..6a8ef3a38b 100644 --- a/corporate/tests/test_support_views.py +++ b/corporate/tests/test_support_views.py @@ -199,7 +199,7 @@ class TestRemoteServerSupportEndpoint(ZulipTestCase): f"

{name}

", f"Remote realm host: {host}
", "Date created: 01 December 2023", - "Org type: Unspecified
", + "Organization type: Unspecified
", "Has remote realms: True
", "📶 Push notification status:", ], @@ -1155,7 +1155,7 @@ class TestSupportEndpoint(ZulipTestCase): ) m.assert_called_once_with(get_realm("zulip"), 70, acting_user=iago) self.assert_in_success_response( - ["Org type of zulip changed from Business to Government"], result + ["Organization type of zulip changed from Business to Government"], result ) def test_attach_discount(self) -> None: diff --git a/corporate/views/support.py b/corporate/views/support.py index e8af7dea7d..507d0d718f 100644 --- a/corporate/views/support.py +++ b/corporate/views/support.py @@ -417,7 +417,7 @@ def support( elif org_type is not None: current_realm_type = realm.org_type do_change_realm_org_type(realm, org_type, acting_user=acting_user) - msg = f"Org type of {realm.string_id} changed from {get_org_type_display_name(current_realm_type)} to {get_org_type_display_name(org_type)} " + msg = f"Organization type of {realm.string_id} changed from {get_org_type_display_name(current_realm_type)} to {get_org_type_display_name(org_type)} " context["success_message"] = msg elif new_subdomain is not None: old_subdomain = realm.string_id diff --git a/templates/corporate/activity/installation_activity_table.html b/templates/corporate/activity/installation_activity_table.html index efe6091712..ac7cb25a45 100644 --- a/templates/corporate/activity/installation_activity_table.html +++ b/templates/corporate/activity/installation_activity_table.html @@ -41,7 +41,7 @@ ARR Rate (%) {% endif %} - Org type + Organization type Referrer DAU WAU diff --git a/templates/corporate/support/realm_details.html b/templates/corporate/support/realm_details.html index df2f205398..0e4c678ba1 100644 --- a/templates/corporate/support/realm_details.html +++ b/templates/corporate/support/realm_details.html @@ -58,7 +58,7 @@
- Org type:
+ Organization type:
{{ csrf_input }}