Merge pull request #16545 from Godmartinz/activity_report_column_name_fix
changes translation from Admin Settings to Created By on the Activity Report
This commit is contained in:
commit
2d3514bbf8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
{{ trans('general.date') }}
|
||||
</th>
|
||||
<th class="col-sm-2" data-searchable="true" data-sortable="true" data-field="created_by" data-formatter="usersLinkObjFormatter">
|
||||
{{ trans('general.admin') }}
|
||||
{{ trans('general.created_by') }}
|
||||
</th>
|
||||
<th class="col-sm-2" data-field="action_type">
|
||||
{{ trans('general.action') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue