mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
Merge pull request #13037 from snipe/fixes/actions_text
Uses actions text in backups table
This commit is contained in:
commit
9e4e9cc708
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue