Skip to content

Commit

Permalink
lang: relocated translation key to existing item in general
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentDotMe committed Aug 13, 2024
1 parent e42ee0c commit 20e4ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/bulk-delete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr>
<td></td>
<td>{{ trans('admin/hardware/table.id') }}</td>
<td>{{ trans('admin/hardware/table.name') }}</td>
<td>{{ trans('general.asset_name') }}</td>
<td>{{ trans('admin/hardware/table.location')}}</td>
<td>{{ trans('admin/hardware/table.assigned_to') }}</td>
</tr>
Expand Down

0 comments on commit 20e4ba0

Please sign in to comment.