Skip to content

Commit

Permalink
Remove locale from pencil banner donate link (Fixes #15592) (#15626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Dec 3, 2024
1 parent d8a05f5 commit be1e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedrock/base/templates/includes/banners/pencil-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{# Exclude banners from search result snippets using `data-nosnippet` (issue 8739) #}
<aside class="m24-pencil-banner" aria-label="{{ ftl('ui-promo-label') }}" data-nosnippet="true">
<div class="m24-pencil-banner-copy">
{% set donate_url = 'href="https://foundation.mozilla.org/en/?form=donate-today" data-cta-type="link" data-cta-text="donate today"' %}
{% set donate_url = 'href="https://foundation.mozilla.org/?form=donate-today" data-cta-type="link" data-cta-text="donate today"' %}
<p>{{ ftl('m24-pencil-banner-support-ethical', donate=donate_url) }}</p>
</div>
<button class="m24-pencil-banner-close" type="button">{{ ftl('ui-close') }}</button>
Expand Down

0 comments on commit be1e37f

Please sign in to comment.