Merge pull request #13037 from snipe/fixes/actions_text

Uses actions text in backups table
This commit is contained in:
snipe 2023-05-16 16:06:05 -07:00 committed by GitHub
commit 9e4e9cc708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@
<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.size') }}</th>
<th><span class="sr-only">{{ trans('general.delete') }}</span></th>
<th>{{ trans('table.actions') }}</th>
</tr>
</thead>
<tbody>