소스 검색

Change results tab name for clarity

jeremystretch 4 년 전
부모
커밋
e8df373abf
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      netbox/templates/generic/object_list.html

+ 1 - 2
netbox/templates/generic/object_list.html

@@ -44,8 +44,7 @@ Context:
   <ul class="nav nav-tabs px-3">
     <li class="nav-item" role="presentation">
       <button class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="edit-form" aria-selected="true">
-        Records
-        {% badge table.page.paginator.count %}
+        Results {% badge table.page.paginator.count %}
       </button>
     </li>
     {% if filter_form %}