3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-05-12 17:45:31 +00:00

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