From 101fa52a0abf7e44ad670c6eab209a5590d07a88 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 8 Jul 2019 18:20:09 +0200 Subject: [PATCH] wip #2868 @1 --- resources/views/pages/product-detail.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/pages/product-detail.blade.php b/resources/views/pages/product-detail.blade.php index a8ed71d..732ceff 100644 --- a/resources/views/pages/product-detail.blade.php +++ b/resources/views/pages/product-detail.blade.php @@ -57,7 +57,7 @@ @if($product->descriptions)
  • - {{trans('Description')}} + {{__('Description')}}
    @@ -68,7 +68,7 @@ @endif
  • - {{trans('Spécifications')}} + {{__('Spécifications')}}
    @@ -120,7 +120,7 @@ @if($product->hasDocuments())
  • - {{trans('Documents')}} + {{__('Documents')}}
    @@ -143,7 +143,7 @@ @if($product->dimensions)
  • - {{trans('Dimensions')}} + {{__('Dimensions')}}
    @@ -154,7 +154,7 @@ @if($product->options)
  • - {{trans('Options')}} + {{__('Options')}}
    @@ -165,7 +165,7 @@ @if($product->accessories)
  • - {{trans('Accessoires')}} + {{__('Accessoires')}}
    -- 2.39.5