Skip to content

Commit

Permalink
Update AssetPresenter.php
Browse files Browse the repository at this point in the history
display name 'EOL rate' instead of 'EOL'
  • Loading branch information
Robert-Azelis authored Oct 22, 2023
1 parent 30cc498 commit 4e20a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Presenters/AssetPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static function dataTableLayout()
'searchable' => false,
'sortable' => true,
'visible' => false,
'title' => trans('general.eol'),
'title' => trans('admin/hardware/form.eol_rate'),
],
[
'field' => 'asset_eol_date',
Expand Down

0 comments on commit 4e20a24

Please sign in to comment.