mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
changed icon for error-unescaped to exclamation
This commit is contained in:
parent
cf544f9fae
commit
c8ed5d2f96
|
@ -117,7 +117,7 @@
|
|||
<div class="col-md-12">
|
||||
<div class="alert alert-error fade in">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<i class="fas fa-check faa-pulse animated"></i>
|
||||
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
||||
<strong>{{ trans('general.notification_error') }}: </strong>
|
||||
{!! $message !!}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue