mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
support: Remove abbreviation for "Organization type".
This commit is contained in:
committed by
Tim Abbott
parent
b52b1bcca8
commit
31c32bcba7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user