We inadvertently used the wrong label for one of the headers on the backups page

This commit is contained in:
Brady Wetherington 2022-05-16 17:00:22 -07:00
parent 64b582c657
commit 213d990e47

View file

@ -48,7 +48,7 @@
<th data-sortable="true">{{ trans('general.file_name') }}</th>
<th data-sortable="true" data-field="modified_display" data-sort-name="modified_value">{{ trans('admin/settings/table.created') }}</th>
<th data-field="modified_value" data-visible="false"></th>
<th data-sortable="true">{{ trans('admin/settings/table.created') }}</th>
<th data-sortable="true">{{ trans('admin/settings/table.size') }}</th>
<th><span class="sr-only">{{ trans('general.delete') }}</span></th>
</tr>
</thead>