mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
changed translation on asset acceptancen blade
This commit is contained in:
parent
c01bdb42fc
commit
5afe024644
|
@ -14,7 +14,7 @@
|
||||||
| **{{ ucfirst(trans('general.declined')) }}** | {{ $declined_date }} |
|
| **{{ ucfirst(trans('general.declined')) }}** | {{ $declined_date }} |
|
||||||
@endif
|
@endif
|
||||||
@if (isset($note))
|
@if (isset($note))
|
||||||
| **{{ trans('general.declined_note') }}** | {{ $note }} |
|
| **{{ trans('general.notes') }}** | {{ $note }} |
|
||||||
@endif
|
@endif
|
||||||
@if ((isset($item_tag)) && ($item_tag!=''))
|
@if ((isset($item_tag)) && ($item_tag!=''))
|
||||||
| **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} |
|
| **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} |
|
||||||
|
|
Loading…
Reference in a new issue