mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	support: Remove abbreviation for "Organization type".
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b52b1bcca8
						
					
				
				
					commit
					31c32bcba7
				
			@@ -41,7 +41,7 @@
 | 
			
		||||
            <th>ARR</th>
 | 
			
		||||
            <th>Rate (%)</th>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            <th>Org type</th>
 | 
			
		||||
            <th>Organization type</th>
 | 
			
		||||
            <th>Referrer</th>
 | 
			
		||||
            <th>DAU</th>
 | 
			
		||||
            <th>WAU</th>
 | 
			
		||||
 
 | 
			
		||||
@@ -58,7 +58,7 @@
 | 
			
		||||
            <button type="submit" class="support-submit-button">Update</button>
 | 
			
		||||
        </form>
 | 
			
		||||
        <form method="POST" class="support-form">
 | 
			
		||||
            <b>Org type</b>:<br />
 | 
			
		||||
            <b>Organization type</b>:<br />
 | 
			
		||||
            {{ csrf_input }}
 | 
			
		||||
            <input type="hidden" name="realm_id" value="{{ realm.id }}" />
 | 
			
		||||
            <select name="org_type" id="org_type">
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
        <b>Date created</b>: {{ support_data[remote_realm.id].date_created.strftime('%d %B %Y') }}<br />
 | 
			
		||||
        <b>UUID</b>: {{ remote_realm.uuid }}<br />
 | 
			
		||||
        <br />
 | 
			
		||||
        <b>Org type</b>: {{ get_org_type_display_name(remote_realm.org_type) }}<br />
 | 
			
		||||
        <b>Organization type</b>: {{ get_org_type_display_name(remote_realm.org_type) }}<br />
 | 
			
		||||
        <b>Plan type</b>: {{ get_plan_type_name(remote_realm.plan_type) }}<br />
 | 
			
		||||
        <b>Non-guest user count</b>: {{ support_data[remote_realm.id].user_data.non_guest_user_count }}<br />
 | 
			
		||||
        <b>Guest user count</b>: {{ support_data[remote_realm.id].user_data.guest_user_count }}<br />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user