From 9fe52991ac9d76b3a3e1de074801bbcc2ce3f669 Mon Sep 17 00:00:00 2001 From: prateek srivastava Date: Tue, 18 Feb 2020 20:18:01 +0530 Subject: [PATCH] issue #2479 fixed --- packages/Webkul/Velocity/src/Resources/lang/en/app.php | 2 +- .../src/Resources/views/shop/products/view/reviews.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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') }}