Changed “Asset Categories” to “Categories” since there are more than asset categories now

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-04-20 15:29:22 -07:00
parent c17eaaad69
commit b2de0d4ade

View file

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