Skip to content

Commit

Permalink
Updated string paths for URL
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Feb 5, 2024
1 parent 91356af commit 7b4020c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ReportsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ public function postCustom(CustomAssetReportRequest $request)
}

if ($request->filled('url')) {
$header[] = trans('admin/manufacturers/table.url');
$header[] = trans('general.url');
}


Expand Down
2 changes: 1 addition & 1 deletion app/Presenters/ManufacturerPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function dataTableLayout()
'searchable' => true,
'sortable' => true,
'switchable' => true,
'title' => trans('admin/manufacturers/table.url'),
'title' => trans('general.url'),
'visible' => true,
'formatter' => 'externalLinkFormatter',
],
Expand Down

0 comments on commit 7b4020c

Please sign in to comment.