]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/show.blade.php
Aligned bookshelf terminology to consistently be 'Shelf'
[bookstack] / resources / views / books / show.blade.php
index 03801f9a5f827ea9d6ac36a8c4a8312414d01048..76a4a600523355580017126cd6a982ac649a50be 100644 (file)
 
     @if(count($bookParentShelves) > 0)
         <div class="actions mb-xl">
-            <h5>{{ trans('entities.shelves_long') }}</h5>
+            <h5>{{ trans('entities.shelves') }}</h5>
             @include('entities.list', ['entities' => $bookParentShelves, 'style' => 'compact'])
         </div>
     @endif