Skip to content

Commit cd8928f

Browse files
Add merch store to footer WT-1334 (#17261)
* Add merch store to footer WT-1334
1 parent 4026815 commit cd8928f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

bedrock/base/templates/includes/protocol/footer/footer-refresh.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h2 class="moz24-footer-label" data-testid="footer-heading-company">
3737
<li><a href="{{ url('mozorg.about.leadership.index') }}" data-link-position="footer" data-link-text="Leadership">{{ ftl('footer-refresh-leadership') }}</a></li>
3838
<li><a href="https://blog.mozilla.org/category/mozilla/news/?{{ utm_params }}&utm_content=company" data-link-position="footer" data-link-text="Press Center">{{ ftl('footer-refresh-press-center') }}</a></li>
3939
<li><a href="{{ url('careers.home') }}" data-link-position="footer" data-link-text="Careers">{{ ftl('footer-refresh-careers') }}</a></li>
40+
<li><a href="https://shop.mozilla.com/?{{ utm_params }}&utm_content=company" data-link-position="footer" data-link-text="Merch Store">{{ ftl('footer-refresh-store') }}</a></li>
4041
<li><a href="{{ url('mozorg.contact.contact-landing') }}" data-link-position="footer" data-link-text="Contact">{{ ftl('footer-refresh-contact') }}</a></li>
4142
{% if LANG == "de" %}
4243
{# Legal requirement in Germany see issue #14240 #}

l10n/en/footer-refresh.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ footer-refresh-youtube = YouTube
2222
footer-refresh-company = Company
2323
footer-refresh-press-center = Press Center
2424
footer-refresh-careers = Careers
25+
# Our "merch" store is an online store which sells Mozilla branded stuff. (Merch is short for merchandise).
26+
footer-refresh-store = Merch Store
2527
footer-refresh-contact = Contact
2628
footer-refresh-support = Support
2729
footer-refresh-product-help = Product Help

0 commit comments

Comments
 (0)