diff --git a/CHANGELOG.md b/CHANGELOG.md index bac41c1743..c6d505296d 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) - Added settings for payment banners. [#2021](https://github.com/bigcommerce/cornerstone/pull/2021) - Use https:// for schema markup. [#2039](https://github.com/bigcommerce/cornerstone/pull/2039) - Update focus tooltip styles contrast to achieve accessibility AA Complaince. [#2047](https://github.com/bigcommerce/cornerstone/pull/2047) 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}}