Merge pull request #12648 from floschoepfer/patch-1

Fixed #12647: fix translation and adds icon on property reassignable
This commit is contained in:
snipe 2023-03-10 14:13:48 -08:00 committed by GitHub
commit 58d2e658d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,7 +358,7 @@
</strong>
</div>
<div class="col-md-9">
{{ $license->reassignable ? 'Yes' : 'No' }}
{!! $license->reassignable ? '<i class="fas fa-check text-success" aria-hidden="true"></i> '.trans('general.yes') : '<i class="fas fa-times text-danger" aria-hidden="true"></i> '.trans('general.no') !!}
</div>
</div>