소스 검색

Fixes #7458: Correct tenants count label under tenant group view

jeremystretch 4 년 전
부모
커밋
745aa23ed6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/templates/tenancy/tenantgroup.html

+ 1 - 1
netbox/templates/tenancy/tenantgroup.html

@@ -37,7 +37,7 @@
             </td>
           </tr>
           <tr>
-            <th scope="row">Sites</th>
+            <th scope="row">Tenants</th>
             <td>
               <a href="{% url 'tenancy:tenant_list' %}?group_id={{ object.pk }}">{{ tenants_table.rows|length }}</a>
             </td>