diff --git a/resources/views/books/restrictions.blade.php b/resources/views/books/restrictions.blade.php index b85396933..88a3b2419 100644 --- a/resources/views/books/restrictions.blade.php +++ b/resources/views/books/restrictions.blade.php @@ -11,7 +11,7 @@ <div class="container" ng-non-bindable> <p> </p> <div class="card"> - <h3><@icon('lock') {{ trans('entities.books_permissions') }}</h3> + <h3>@icon('lock') {{ trans('entities.books_permissions') }}</h3> <div class="body"> @include('form/restriction-form', ['model' => $book]) </div>