Skip to content

Commit

Permalink
Fix string change without new ID in products.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored and alexgibson committed May 8, 2024
1 parent 2b05f69 commit ed07da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bedrock/products/templates/products/landing.html
Expand Up @@ -216,7 +216,7 @@ <h3 class="mzp-c-picto-heading"><a href="https://www.fakespot.com/{{ referrals }
),
) %}
<h3 class="mzp-c-picto-heading"><a href="https://getpocket.com/firefox_learnmore/{{ referrals }}" data-cta-type="link" data-cta-text="Pocket" data-cta-position="heading">{{ ftl('firefox-products-pocket') }}</a></h3>
<p>{{ ftl('firefox-products-discover-the-best-content') }}</p>
<p>{{ ftl('firefox-products-discover-the-best-content-v2', fallback='firefox-products-discover-the-best-content') }}</p>
<p class="show-else"><a href="https://getpocket.com/signup{{ referrals }}" rel="external noopener" class="mzp-c-button mzp-t-product mzp-t-secondary" data-cta-type="link" data-cta-text="Pocket sign up">{{ ftl('firefox-products-get-pocket') }} {{ icon_external|safe }}</a></p>
<p class="show-android">{{ google_play_button(href=pocket_android_url, id='playStoreLink-pocket') }}</p>
<p class="show-ios">{{ apple_app_store_button(href=pocket_ios_url, id='appStoreLink-pocket') }}</p>
Expand Down
4 changes: 3 additions & 1 deletion l10n/en/firefox/products.ftl
Expand Up @@ -69,5 +69,7 @@ firefox-products-analyze = Analyze a URL
## Pocket

firefox-products-pocket = { -brand-name-pocket }
firefox-products-discover-the-best-content = Discover the best content on the web — and consume it wherever and whenever you want. Made by { -brand-name-mozilla }.
firefox-products-discover-the-best-content-v2 = Discover the best content on the web — and consume it wherever and whenever you want. Made by { -brand-name-mozilla }.
# Obsolete string (expires: 2024-07-08)
firefox-products-discover-the-best-content = Discover the best content on the web — and consume it wherever and whenever you want.
firefox-products-get-pocket = Get { -brand-name-pocket }

0 comments on commit ed07da7

Please sign in to comment.