Dan Brown
Committed by GitHub

Merge pull request #263 from Abijeet/typo-fix

Typo fix
...@@ -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>
...@@ -65,4 +65,4 @@ ...@@ -65,4 +65,4 @@
65 </div> 65 </div>
66 66
67 67
68 -@stop
...\ No newline at end of file ...\ No newline at end of file
68 +@stop
......