diff --git a/beike/Admin/Http/Controllers/ProductController.php b/beike/Admin/Http/Controllers/ProductController.php index 29a73e06..c703f8a9 100644 --- a/beike/Admin/Http/Controllers/ProductController.php +++ b/beike/Admin/Http/Controllers/ProductController.php @@ -136,7 +136,7 @@ class ProductController extends Controller $product->load('brand', 'attributes'); } - $product = hook_filter('admin.product.form.product', $product); + $product = hook_filter('admin.product.form.product', $product); $taxClasses = TaxClassRepo::getList(); array_unshift($taxClasses, ['title' => trans('admin/builder.text_no'), 'id' => 0]); diff --git a/resources/lang/de/admin/page_category.php b/resources/lang/de/admin/page_category.php index 9dd8b7ae..c974590a 100644 --- a/resources/lang/de/admin/page_category.php +++ b/resources/lang/de/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content', @@ -19,4 +19,4 @@ 'page_categories_show' => 'Details', 'page_categories_update' => 'Edit', 'page_categories_delete' => 'Delete', -]; \ No newline at end of file +]; diff --git a/resources/lang/en/admin/common.php b/resources/lang/en/admin/common.php index 505a50f4..cd2105f2 100644 --- a/resources/lang/en/admin/common.php +++ b/resources/lang/en/admin/common.php @@ -28,8 +28,8 @@ return [ 'rma_reason' => 'RMA Reason', 'product' => 'Products', 'brand' => 'Brands', - 'attribute' => 'attribute', - 'attribute_group' => 'attribute group', + 'attribute' => 'attribute', + 'attribute_group' => 'attribute group', 'category' => 'Categories', 'customer_group' => 'Customer Groups', 'customer' => 'Customers', diff --git a/resources/lang/en/admin/page_category.php b/resources/lang/en/admin/page_category.php index 9dd8b7ae..c974590a 100644 --- a/resources/lang/en/admin/page_category.php +++ b/resources/lang/en/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content', @@ -19,4 +19,4 @@ 'page_categories_show' => 'Details', 'page_categories_update' => 'Edit', 'page_categories_delete' => 'Delete', -]; \ No newline at end of file +]; diff --git a/resources/lang/es/admin/page_category.php b/resources/lang/es/admin/page_category.php index f0828dad..c974590a 100644 --- a/resources/lang/es/admin/page_category.php +++ b/resources/lang/es/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content', diff --git a/resources/lang/fr/admin/page_category.php b/resources/lang/fr/admin/page_category.php index f0828dad..c974590a 100644 --- a/resources/lang/fr/admin/page_category.php +++ b/resources/lang/fr/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content', diff --git a/resources/lang/it/admin/page_category.php b/resources/lang/it/admin/page_category.php index f0828dad..c974590a 100644 --- a/resources/lang/it/admin/page_category.php +++ b/resources/lang/it/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content', diff --git a/resources/lang/ja/admin/page_category.php b/resources/lang/ja/admin/page_category.php index f0828dad..c974590a 100644 --- a/resources/lang/ja/admin/page_category.php +++ b/resources/lang/ja/admin/page_category.php @@ -9,7 +9,7 @@ * @modified 2022-08-02 14:22:41 */ - return [ +return [ 'index' => 'catalogs', 'info_title' => 'category title', 'info_content' => 'content',