When checking out a consumable, don't say asset (#2718)

This commit is contained in:
Daniel Meltzer 2016-09-30 00:20:58 -05:00 committed by snipe
parent 2a95a95e00
commit b92d26f3c4
2 changed files with 10 additions and 9 deletions

View file

@ -3,6 +3,7 @@
return array(
'about_consumables_title' => 'About Consumables',
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'cost' => 'Purchase Cost',
'create' => 'Create Consumable',

View file

@ -2,7 +2,7 @@
{{-- Page title --}}
@section('title')
{{ trans('admin/hardware/general.checkout') }}
{{ trans('admin/consumables/general.checkout') }}
@parent
@stop