Skip to content

Commit

Permalink
Send in the core translations too
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 12, 2017
1 parent e59fecc commit 6e1de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Page/Resources/views/admin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="col-xs-12">
<div class="box box-primary">
<div class="box-body">
<page-table :translations="{{ json_encode(['page' => trans('page::pages')]) }}"></page-table>
<page-table :translations="{{ json_encode(['page' => trans('page::pages'), 'core' => trans('core::core')]) }}"></page-table>
</div>
</div>
</div>
Expand Down

0 comments on commit 6e1de80

Please sign in to comment.