Skip to content

Commit 2d3514b

Browse files
authored
Merge pull request #16545 from Godmartinz/activity_report_column_name_fix
changes translation from Admin Settings to Created By on the Activity Report
2 parents a398c4a + 0ad985c commit 2d3514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/reports/activity.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class="table table-striped snipe-table"
5656
{{ trans('general.date') }}
5757
</th>
5858
<th class="col-sm-2" data-searchable="true" data-sortable="true" data-field="created_by" data-formatter="usersLinkObjFormatter">
59-
{{ trans('general.admin') }}
59+
{{ trans('general.created_by') }}
6060
</th>
6161
<th class="col-sm-2" data-field="action_type">
6262
{{ trans('general.action') }}

0 commit comments

Comments
 (0)