Skip to content

Commit

Permalink
fix(storefront): BCTHEME-492 Translation Gap: Compare page fields (De…
Browse files Browse the repository at this point in the history
…scription, Rating and Availability)
  • Loading branch information
“bc-yevhenii-buliuk” committed May 14, 2021
1 parent 31ac15a commit 233c298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Translation Gap: Compare page fields (Description, Rating and Availability). [#2055](https://github.com/bigcommerce/cornerstone/pull/2055)
- 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)
Expand Down
6 changes: 3 additions & 3 deletions templates/pages/compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3 class="card-title">
</tr>
<tr class="compareTable-row">
<th class="compareTable-heading">
<span class="compareTable-headingText">Description</span>
<span class="compareTable-headingText">{{lang 'products.description'}}</span>
</th>
{{#each comparisons}}
<td class="compareTable-item">{{{ summary }}}</td>
Expand All @@ -89,7 +89,7 @@ <h3 class="card-title">
{{#if settings.show_product_rating}}
<tr class="compareTable-row">
<th class="compareTable-heading">
<span class="compareTable-headingText">Rating</span>
<span class="compareTable-headingText">{{lang 'products.reviews.rating_label'}}</span>
</th>
{{#each comparisons}}
<td class="compareTable-item">
Expand All @@ -104,7 +104,7 @@ <h3 class="card-title">
{{/if}}
<tr class="compareTable-row">
<th class="compareTable-heading">
<span class="compareTable-headingText">Availability</span>
<span class="compareTable-headingText">{{lang 'products.availability'}}</span>
</th>
{{#each comparisons}}
<td class="compareTable-item">
Expand Down

0 comments on commit 233c298

Please sign in to comment.