Skip to content

Commit

Permalink
Update AssetModelPresenter.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 4e20a24 commit e62636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Presenters/AssetModelPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function dataTableLayout()
'searchable' => false,
'sortable' => true,
'switchable' => true,
'title' => trans('general.eol'),
'title' => trans('admin/hardware/form.eol_rate'),
'visible' => true,
],
[
Expand Down

0 comments on commit e62636b

Please sign in to comment.