Merge pull request #11114 from uberbrady/bad_header_label_for_size_in_backups

We inadvertently used the wrong label for one of the headers
This commit is contained in:
snipe 2022-05-16 17:02:31 -07:00 committed by GitHub
commit a973c0626e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>