Skip to content

Commit

Permalink
Fixed title tag for user list view
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 8, 2014
1 parent 6068a94 commit 5266d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/lang/en/admin/users/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
'phone' => 'Phone',
'title' => 'Title',
'updateuser' => 'Update User',
'viewusers' => 'View Users',
);
2 changes: 1 addition & 1 deletion app/views/backend/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{-- Page title --}}
@section('title')
@lang('admin/users/table.title') ::
@lang('admin/users/table.viewusers') ::
@parent
@stop

Expand Down

0 comments on commit 5266d9a

Please sign in to comment.