Fixed missing string

This commit is contained in:
snipe
2014-06-23 22:17:07 -04:00
parent 6f42b3045e
commit 380417953b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ return array(
'state' => 'State',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'view' => 'View Supplier',
'zip' => 'Postal Code',
);
+2 -2
View File
@@ -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