diff --git a/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html b/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html
index 30edd1bf..858b3629 100644
--- a/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html
+++ b/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html
@@ -12,11 +12,11 @@
{% if sitefundgoal.days_remaining == 0 %}
For the next {{ sitefundgoal.hours_remaining }} hour{{ sitefundgoal.hours_remaining|pluralize }} only, the
{% elif sitefundgoal.days_remaining == 1 %}
- Help us reach our goal of $409,774 this season to keep SFC going. Through tomorrow only, the
+ Help us reach our goal of $423,854 this season to keep SFC going. Through tomorrow only, the
{% elif sitefundgoal.days_remaining < 14 %}
- Help us reach our goal of $409,774 this season to keep SFC going. For only {{ sitefundgoal.days_remaining }} more days, the
+ Help us reach our goal of $423,854 this season to keep SFC going. For only {{ sitefundgoal.days_remaining }} more days, the
{% else %}
- Help us reach our goal of $409,774 this season to keep SFC going. Until January 15, the
+ Help us reach our goal of $423,854 this season to keep SFC going. Until January 15, the
{% endif %}
next ${{ sitefundgoal.match_remaining|floatformat:0|intcomma }} of support we receive will be matched!
{% endif %}