diff --git a/resources/views/categories/index.blade.php b/resources/views/categories/index.blade.php index 08f995f65b..32610f910c 100755 --- a/resources/views/categories/index.blade.php +++ b/resources/views/categories/index.blade.php @@ -2,7 +2,7 @@ {{-- Page title --}} @section('title') -{{ trans('admin/categories/general.asset_categories') }} +{{ trans('general.categories') }} @parent @stop