mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Fixed typo
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
625f120813
commit
f439970e7a
|
@ -13,7 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
@if ($signature)
|
||||
@if ($logo)
|
||||
<center>
|
||||
<img src="{{ $logo }}">
|
||||
<p>{{$company_name}}</p>
|
||||
|
@ -25,7 +25,7 @@
|
|||
{{ trans('general.date') }}: {{ date($date_settings) }} <br>
|
||||
{{ trans('general.asset_tag') }}: {{ $item_tag }}<br>
|
||||
{{ trans('general.asset_model') }}: {{ $item_model }}<br>
|
||||
{{ trans('admin/hardward/form.serial') }}: {{ $item_serial }}</p>
|
||||
{{ trans('admin/hardware/form.serial') }}: {{ $item_serial }}</p>
|
||||
|
||||
|
||||
@if ($eula)
|
||||
|
|
Loading…
Reference in a new issue