### Description The CTA text should display "Shop Now". This will need to be a localized string. <img width="309" alt="Screen Shot 2021-11-30 at 12 56 43 PM" src="https://user-images.githubusercontent.com/3860311/144101743-8f8040a6-e8b3-447f-996f-ee07933f2a85.png"> We might be able to use the [shadowRoot](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot) API for setting the text content. shadowRoot.querySelector('.i-amphtml-story-page-attachment-label') [Docs on i18n](https://github.com/ampproject/amphtml/blob/main/extensions/amp-story/1.0/_locales/README.md).