mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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 }} |
|
||||
@endif
|
||||
@if (isset($note))
|
||||
| **{{ trans('general.declined_note') }}** | {{ $note }} |
|
||||
| **{{ trans('general.notes') }}** | {{ $note }} |
|
||||
@endif
|
||||
@if ((isset($item_tag)) && ($item_tag!=''))
|
||||
| **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} |
|
||||
|
|
Loading…
Reference in a new issue