Merge branch 'master' of github.com:BookStackApp/BookStack
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| 51 | @include('partials/entity-list', [ | 51 | @include('partials/entity-list', [ |
| 52 | 'entities' => $recentlyUpdatedPages, | 52 | 'entities' => $recentlyUpdatedPages, |
| 53 | 'style' => 'compact', | 53 | 'style' => 'compact', |
| 54 | - 'emptyText' => trans('entites.no_pages_recently_updated') | 54 | + 'emptyText' => trans('entities.no_pages_recently_updated') |
| 55 | ]) | 55 | ]) |
| 56 | </div> | 56 | </div> |
| 57 | </div> | 57 | </div> | ... | ... |
-
Please register or sign in to post a comment