issue #2479 fixed
This commit is contained in:
parent
4f7cfab704
commit
9fe52991ac
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
{{-- customer reviews --}}
|
||||
<div slot="header" class="col-lg-12 no-padding">
|
||||
<h3 class="display-inbl">
|
||||
{{ __('velocity::app.products.reviews') }}
|
||||
{{ __('velocity::app.products.reviews-title') }}
|
||||
</h3>
|
||||
|
||||
<i class="rango-arrow"></i>
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
</accordian>
|
||||
@else
|
||||
<h3 class="display-inbl mb20 col-lg-12 no-padding">
|
||||
{{ __('velocity::app.products.reviews') }}
|
||||
{{ __('velocity::app.products.reviews-title') }}
|
||||
</h3>
|
||||
|
||||
<div class="customer-reviews">
|
||||
|
|
|
|||
Loading…
Reference in New Issue