Committed by
GitHub
Fixes typo causing the message not to be displayed
Showing
1 changed file
with
2 additions
and
2 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> |
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment