support: Remove abbreviation for "Organization type".

This commit is contained in:
Lauryn Menard
2024-08-19 12:09:08 +02:00
committed by Tim Abbott
parent b52b1bcca8
commit 31c32bcba7
5 changed files with 6 additions and 6 deletions

View File

@@ -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