Skip to content

Commit

Permalink
Fixed missing string
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jun 24, 2014
1 parent 6f42b30 commit 3804179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/lang/en/admin/suppliers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'state' => 'State',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'view' => 'View Supplier',
'zip' => 'Postal Code',

);
4 changes: 2 additions & 2 deletions app/views/backend/suppliers/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

{{-- Page title --}}
@section('title')
@lang('admin/suppliers/table.view')
{{{ $supplier->supplier_tag }}} ::
@lang('admin/suppliers/table.view') -
{{{ $supplier->name }}} ::
@parent
@stop

Expand Down

0 comments on commit 3804179

Please sign in to comment.