diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8d240b59..22b3410b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Translation Gap: Compare page fields (Description, Rating and Availability). [#2059](https://github.com/bigcommerce/cornerstone/pull/2059) - Translation Gap: Compare products error message. [#2061](https://github.com/bigcommerce/cornerstone/pull/2061) - Translation Gap: Gift Certificate -> Code required message. [#2064](https://github.com/bigcommerce/cornerstone/pull/2064) - Added translation for invalid quantity value error on Cart. [#2062](https://github.com/bigcommerce/cornerstone/pull/2062) diff --git a/templates/pages/compare.html b/templates/pages/compare.html index 707d15b042..b6edecf213 100644 --- a/templates/pages/compare.html +++ b/templates/pages/compare.html @@ -80,7 +80,7 @@

- Description + {{lang 'products.description'}} {{#each comparisons}} {{{ summary }}} @@ -89,7 +89,7 @@

{{#if settings.show_product_rating}} - Rating + {{lang 'products.reviews.rating_label'}} {{#each comparisons}} @@ -104,7 +104,7 @@

{{/if}} - Availability + {{lang 'products.availability'}} {{#each comparisons}}