From b2de0d4ade5180c04c5ea95238601f5c09c41e55 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 20 Apr 2021 15:29:22 -0700 Subject: [PATCH] =?UTF-8?q?Changed=20=E2=80=9CAsset=20Categories=E2=80=9D?= =?UTF-8?q?=20to=20=E2=80=9CCategories=E2=80=9D=20since=20there=20are=20mo?= =?UTF-8?q?re=20than=20asset=20categories=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: snipe --- resources/views/categories/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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