oops, fixed translation
This commit is contained in:
parent
8cbff0179c
commit
2736161909
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.notification_error') }} </strong>
|
<strong>{{ trans('general.notification_error') }} </strong>
|
||||||
trans('general.notification_bulk_error_hint')
|
{{ trans('general.notification_bulk_error_hint') }}
|
||||||
@foreach($messages as $message)
|
@foreach($messages as $message)
|
||||||
<br> {{ $message }}
|
<br> {{ $message }}
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
Loading…
Add table
Reference in a new issue