diff --git a/resources/views/notifications.blade.php b/resources/views/notifications.blade.php
index 69cecc284..574aaf833 100755
--- a/resources/views/notifications.blade.php
+++ b/resources/views/notifications.blade.php
@@ -121,7 +121,7 @@
{{ trans('general.notification_error') }}
- trans('general.notification_bulk_error_hint')
+ {{ trans('general.notification_bulk_error_hint') }}
@foreach($messages as $message)
{{ $message }}
@endforeach