We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e2e6b commit 2b3f790Copy full SHA for 2b3f790
djangoproject/templates/fundraising/includes/display_django_heroes.html
@@ -64,8 +64,8 @@ <h3>{% blocktranslate trimmed with amount=display_logo_amount|intcomma %}
64
Leaders (${{ amount }}+){% endblocktranslate %}</h3>
65
<p>
66
{% blocktranslate trimmed with amount=display_logo_amount|intcomma %}
67
- Leadership-level donors contribute ${{ amount }} or
68
- more in total donations.
+ Leadership-level donors contribute at least ${{ amount }}
+ and have donated in the last {{ display_donor_days }} days.
69
{% endblocktranslate %}
70
</p>
71
<div>
0 commit comments