Skip to content

Commit

Permalink
fix(storefront): BCTHEME-169 Subscription notification not announced
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Sep 2, 2020
1 parent cea4c32 commit 84acf12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

- Fixed subscription notification screen reader announcing. [#1813](https://github.com/bigcommerce/cornerstone/pull/1813)

## Draft
- Review link in quick modal focused twice. [#1797](https://github.com/bigcommerce/cornerstone/pull/1797)
- Fixed product image doesn't change on click when viewing a product with multiple images in IE11 [#1748](https://github.com/bigcommerce/cornerstone/pull/1748)
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/subscribed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<section class="page">
<div class="page-content page-content--centered">
<h1 class="page-heading">
<h1 class="page-heading" tabindex="0">
{{#if subscription.error}}
{{lang 'newsletter.subscribed_heading_error'}}
{{else}}
Expand Down

0 comments on commit 84acf12

Please sign in to comment.