Skip to content

Commit

Permalink
Update mofo-donate-cta ftl priority
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored and stephaniehobson committed Aug 20, 2024
1 parent 21c91d8 commit 32abbd6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% elif LANG == 'pl' %}
{% set donate_cta = "Wesprzyj Fundację Mozilli darowizną" %}
{% else %}
{% set donate_cta = "Donate to the Mozilla Foundation" %}
{% set donate_cta = ftl('whatsnew-donate-to-mofo') %}
{% endif %}

<div class="wnp-donate-wrapper mzp-u-centered">
Expand All @@ -25,10 +25,6 @@
<path fill="#ff0000" d="M1.2,2.2c-1.5,1.5-1.5,4.2,0,5.7L8,15c2.3-2.4,4.5-4.7,6.9-7c1.5-1.5,1.5-4.2,0-5.7c-1.5-1.5-4-1.5-5.6,0L8,3.5 L6.7,2.3C5.1,0.6,2.7,0.6,1.2,2.2"/>
</svg>
</span>
{% if ftl_has_messages('whatsnew-donate-to-mofo') %}
{{ ftl('whatsnew-donate-to-mofo') }}
{% else %}
{{ donate_cta }}
{% endif %}
{{ donate_cta }}
</a>
</div>

0 comments on commit 32abbd6

Please sign in to comment.