1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Extracted text for remaining views

This commit is contained in:
Dan Brown
2016-12-04 14:08:04 +00:00
parent 96075dee7b
commit 0775cd09a1
40 changed files with 413 additions and 243 deletions

View File

@@ -17,7 +17,7 @@
@endforeach
@else
<p class="text-muted empty-text">
{{ $emptyText or 'No items available' }}
{{ $emptyText or trans('common.no_items') }}
</p>
@endif
</div>