Skip to content

Commit 07bf7a7

Browse files
committed
Fix Bug 1126915 - update links on desktop pages to new privacy blog post
1 parent 75db96a commit 07bf7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bedrock/firefox/templates/firefox/desktop/_trust_badge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{ _('<span id="trust-line1">Most trusted</span> <span id="trust-line2">internet company</span> <span id="trust-line3">for privacy</span>') }}
77

88
{% if show_link != false %}
9-
<a class="more" rel="external" href="https://blog.mozilla.org/blog/2013/01/28/privacy-day-2013/">{{ _('Learn more') }}</a>
9+
<a class="more" rel="external" href="https://blog.mozilla.org/blog/2015/01/27/get-smart-on-international-data-privacy-day/">{{ _('Learn more') }}</a>
1010
{% endif %}
1111
</div>
1212
</div>

bedrock/firefox/templates/firefox/desktop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>{{ _('Made with a mission to put you first') }}</h2>
5353

5454
<p class="lead ga-track-links">
5555
{{ _('We’ve always designed Firefox to protect and respect your private information.') }}
56-
{% trans url1='https://blog.mozilla.org/blog/2013/01/28/privacy-day-2013/' %}
56+
{% trans url1='https://blog.mozilla.org/blog/2015/01/27/get-smart-on-international-data-privacy-day/' %}
5757
That’s why we’re proud to be voted the <a href="{{ url1 }}">Most Trusted Internet Company for Privacy.</a>
5858
{% endtrans %}
5959
</p>

0 commit comments

Comments
 (0)