diff --git a/packages/Webkul/Velocity/src/Resources/lang/en/app.php b/packages/Webkul/Velocity/src/Resources/lang/en/app.php index 6709b907a..a3c3eab63 100644 --- a/packages/Webkul/Velocity/src/Resources/lang/en/app.php +++ b/packages/Webkul/Velocity/src/Resources/lang/en/app.php @@ -220,7 +220,7 @@ return [ 'products' => [ 'text' => 'Products', 'details' => 'Details', - 'reviews' => 'Reviews', + 'reviews-title' => 'Reviews', 'reviewed' => 'Reviewed', 'review-by' => 'Review by', 'quick-view' => 'Quick View', diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/reviews.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/reviews.blade.php index 68272cbd0..b70f332a8 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/reviews.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/reviews.blade.php @@ -120,7 +120,7 @@ {{-- customer reviews --}}

- {{ __('velocity::app.products.reviews') }} + {{ __('velocity::app.products.reviews-title') }}

@@ -161,7 +161,7 @@ @else

- {{ __('velocity::app.products.reviews') }} + {{ __('velocity::app.products.reviews-title') }}