diff --git a/Config/module.xml b/Config/module.xml index 6671390..c49ced8 100644 --- a/Config/module.xml +++ b/Config/module.xml @@ -13,7 +13,7 @@ en_US fr_FR - 1.0.8 + 1.0.9 Chabreuil Antoine diff --git a/templates/frontOffice/default/product/product-review.html b/templates/frontOffice/default/product/product-review.html index 8f2a6a3..adc7f9e 100644 --- a/templates/frontOffice/default/product/product-review.html +++ b/templates/frontOffice/default/product/product-review.html @@ -52,7 +52,7 @@
{if !empty($product_reviews[0]) }
-

{intl l="Lastest customer reviews" d="guaranteedopinion.fo.module"}

+

{intl l="Lastest customer reviews" d="guaranteedopinion.fo.default"}

    @@ -65,7 +65,7 @@

    {intl l="Lastest customer reviews" d="guaranteedopinion.fo.module"}

    {$rating->getName()}
    - {intl l="The" d="guaranteedopinion.fo.module"} {$rating->getReviewDate()|date_format:"%d/%m/%Y"} + {intl l="The" d="guaranteedopinion.fo.default"} {$rating->getReviewDate()|date_format:"%d/%m/%Y"}
    {$rating->getReview()|truncate:190:"..."}
    @@ -73,11 +73,11 @@

    {intl l="Lastest customer reviews" d="guaranteedopinion.fo.module"}

{else}
-

{intl l="No Reviews for this product" d="guaranteedopinion.fo.module"}

+

{intl l="No Reviews for this product" d="guaranteedopinion.fo.default"}

{/if}
\ No newline at end of file