Fixed #10659 - wrong translation string reference
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2852359225
commit
8b8e93d703
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue