fixed a table header error

This commit is contained in:
Godfrey M 2020-05-19 16:59:09 -07:00
parent 8cc9e61983
commit edd4797178
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files', 'files' => 'Files',
'file_name' => 'File', 'file_name' => 'File',
'file_type' => 'File Type',
'file_uploads' => 'File Uploads', 'file_uploads' => 'File Uploads',
'generate' => 'Generate', 'generate' => 'Generate',
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',

View file

@ -1039,7 +1039,7 @@
data-cookie-id-table="assetFileHistory"> data-cookie-id-table="assetFileHistory">
<thead> <thead>
<tr> <tr>
<th data-visible="true" data-field="icon"><span class="sr-only">Icon</span></th> <th data-visible="true" data-field="icon">{{trans('general.file_type')}}</th>
<th class="col-md-2" data-searchable="true" data-visible="true" data-field="notes">{{ trans('general.notes') }}</th> <th class="col-md-2" data-searchable="true" data-visible="true" data-field="notes">{{ trans('general.notes') }}</th>
<th class="col-md-2" data-searchable="true" data-visible="true" data-field="image">{{ trans('general.image') }}</th> <th class="col-md-2" data-searchable="true" data-visible="true" data-field="image">{{ trans('general.image') }}</th>
<th class="col-md-2" data-searchable="true" data-visible="true" data-field="filename">{{ trans('general.file_name') }}</th> <th class="col-md-2" data-searchable="true" data-visible="true" data-field="filename">{{ trans('general.file_name') }}</th>