Skip to content

Commit ced1c49

Browse files
author
Kristan Kenney
committed
Fix incorrect default sort as label on Packages page
1 parent ffe4086 commit ced1c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<table>
1313
<tr>
1414
<td class="sort-by">
15-
<?=__('sort by');?>: <span><b><?=__('Package Name')?> <i class="fas fa-sort-amount-down"></i></b></span>
15+
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
1616
</td>
1717
<td>
1818
<form action="/bulk/package/" method="post" id="objects">

0 commit comments

Comments
 (0)