issue #2479 fixed
This commit is contained in:
parent
4f7cfab704
commit
9fe52991ac
|
|
@ -220,7 +220,7 @@ return [
|
||||||
'products' => [
|
'products' => [
|
||||||
'text' => 'Products',
|
'text' => 'Products',
|
||||||
'details' => 'Details',
|
'details' => 'Details',
|
||||||
'reviews' => 'Reviews',
|
'reviews-title' => 'Reviews',
|
||||||
'reviewed' => 'Reviewed',
|
'reviewed' => 'Reviewed',
|
||||||
'review-by' => 'Review by',
|
'review-by' => 'Review by',
|
||||||
'quick-view' => 'Quick View',
|
'quick-view' => 'Quick View',
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
{{-- customer reviews --}}
|
{{-- customer reviews --}}
|
||||||
<div slot="header" class="col-lg-12 no-padding">
|
<div slot="header" class="col-lg-12 no-padding">
|
||||||
<h3 class="display-inbl">
|
<h3 class="display-inbl">
|
||||||
{{ __('velocity::app.products.reviews') }}
|
{{ __('velocity::app.products.reviews-title') }}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<i class="rango-arrow"></i>
|
<i class="rango-arrow"></i>
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
</accordian>
|
</accordian>
|
||||||
@else
|
@else
|
||||||
<h3 class="display-inbl mb20 col-lg-12 no-padding">
|
<h3 class="display-inbl mb20 col-lg-12 no-padding">
|
||||||
{{ __('velocity::app.products.reviews') }}
|
{{ __('velocity::app.products.reviews-title') }}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="customer-reviews">
|
<div class="customer-reviews">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue