Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ <h3>{% blocktranslate trimmed with amount=display_logo_amount|intcomma %}
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if we want to have this displaying in the last 365 days. I think I'll prefer to say in the last calendar year instead.

Suggested change
and have donated in the last {{ display_donor_days }} days.
and have donated in the last calendar year.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thibaudcolas What do you think about this? Is the intention here to say 365 days explicitly?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rechecked this, and the way we calculate this is indeed for the last 365 days. So, this change looks good to me.

{% endblocktranslate %}
</p>
<div>
Expand Down