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

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

View File

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

View File

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