mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #10659 - wrong translation string reference
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2852359225
commit
8b8e93d703
|
@ -345,7 +345,7 @@
|
|||
<div class="row">
|
||||
|
||||
<div class="col-md-3">
|
||||
{{ trans('general.employee_number') }}
|
||||
{{ trans('admin/users/table.employee_num') }}<
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
{{ $user->employee_num }}
|
||||
|
|
Loading…
Reference in a new issue