diff options
| author | house-ben <bhouse@icacdatasystem.com> | 2026-04-09 14:01:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 20:01:02 +0200 |
| commit | 3e41ee407e7140c853301f5fcbdb9bf853b8b480 (patch) | |
| tree | b640e0b37c5bb3048ecf3192860138b726e54deb | |
| parent | beee3cd542975cc0e94fb1fe15abfb550bd25bcc (diff) | |
Update Leaders donation limit text (#2191)
Text updated for leadership-level donors to match Heroes section of fundraising page
| -rw-r--r-- | djangoproject/templates/fundraising/includes/display_django_heroes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/fundraising/includes/display_django_heroes.html b/djangoproject/templates/fundraising/includes/display_django_heroes.html index c321b521..ccf13cb7 100644 --- a/djangoproject/templates/fundraising/includes/display_django_heroes.html +++ b/djangoproject/templates/fundraising/includes/display_django_heroes.html @@ -64,8 +64,8 @@ Leaders (${{ amount }}+){% endblocktranslate %}</h3> <p> {% blocktranslate trimmed with amount=display_logo_amount|intcomma %} - Leadership-level donors contribute ${{ amount }} or - more in a calendar year. + Leadership-level donors contribute at least ${{ amount }} + and have donated in the last {{ display_donor_days }} days. {% endblocktranslate %} </p> <div> |
