Skip to content

Commit 6363aa6

Browse files
authored
Change column header (#2618)
The second-to-last column of the ontology table is currently labeled "Re-Use", but it contains both the dashboard results and the license. I was in favor of separating those into separate columns, but there was concern that that would make the table too wide. The proposed compromise was to change the column header, as I have done. address #2611
1 parent c3ce92d commit 6363aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jQuery(document).ready(function() {
102102
</th>
103103
<th scope="col">
104104
<span class="sort-button" title="Sort by status" data-sort="license" >
105-
Re-Use <i class="bi-chevron-up" aria-hidden="true"></i>
105+
OBO Principles <i class="bi-chevron-up" aria-hidden="true"></i>
106106
</span>
107107
</th>
108108
<th scope="col">

0 commit comments

Comments
 (0)