From b88d889861bc23b984747349b9ef83bec07682ad Mon Sep 17 00:00:00 2001 From: pushuo Date: Mon, 15 May 2023 06:18:25 +0000 Subject: [PATCH] !97 Modify an entry, name -> full name * Modify an entry, name -> full name --- resources/beike/admin/views/pages/customers/form.blade.php | 4 ++-- resources/lang/en/address.php | 2 +- themes/default/product.blade.php | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/beike/admin/views/pages/customers/form.blade.php b/resources/beike/admin/views/pages/customers/form.blade.php index a5041bff..57fbdaf5 100644 --- a/resources/beike/admin/views/pages/customers/form.blade.php +++ b/resources/beike/admin/views/pages/customers/form.blade.php @@ -40,7 +40,7 @@ ID - {{ __('common.name') }} + {{ __('address.name') }} {{ __('common.phone') }} {{ __('common.created_at') }} {{ __('common.action') }} @@ -76,7 +76,7 @@ - + diff --git a/resources/lang/en/address.php b/resources/lang/en/address.php index eb5e0853..4a49c405 100644 --- a/resources/lang/en/address.php +++ b/resources/lang/en/address.php @@ -11,7 +11,7 @@ return [ 'index' => 'Edit Address', - 'name' => 'Name', + 'name' => 'Full name', 'phone' => 'Phone', 'country_id' => 'Country ID', 'zone' => 'Zone', diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index d29a5e68..847bd084 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -151,6 +151,8 @@ @else
{{ __('product.has_been_inactive') }}
@endif + + @hook('product.detail.after')