oops, fixed translation

This commit is contained in:
slong753 2023-06-26 16:37:06 -05:00
parent 8cbff0179c
commit 2736161909

View file

@ -121,7 +121,7 @@
<button type="button" class="close" data-dismiss="alert">&times;</button>
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
<strong>{{ trans('general.notification_error') }} </strong>
trans('general.notification_bulk_error_hint')
{{ trans('general.notification_bulk_error_hint') }}
@foreach($messages as $message)
<br> {{ $message }}
@endforeach