Reduce ! in various site-wide fundraising texts.
Surprisingly, given her predilection for exclamation points: <karen> yeah... believe it or not, I'd rather not have two exclamation points in the 750 achieved! [20:30] <karen> and I would also delete the exclamation point after " enforcement efforts!" in the text above it [20:31] So this change is made on her behalf.
This commit is contained in:
parent
2f92891db4
commit
3fe4a5bcbb
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ $(document).ready(function() {
|
||||||
$('#siteprogressbar').
|
$('#siteprogressbar').
|
||||||
multiprogressbar({ parts: [
|
multiprogressbar({ parts: [
|
||||||
{ value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
|
{ value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
|
||||||
text: "750 achieved! " + moreCount + " beyond that have joined!",
|
text: "750 achieved! " + moreCount + " beyond that have joined.",
|
||||||
barClass: "progress", textClass: "soFarText" },
|
barClass: "progress", textClass: "soFarText" },
|
||||||
{ value:
|
{ value:
|
||||||
((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100,
|
((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100,
|
||||||
|
|
|
@ -47,12 +47,12 @@
|
||||||
<em>Conservancy
|
<em>Conservancy
|
||||||
<a href="/supporter/">needs <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters</a> to continue its basic community services &
|
<a href="/supporter/">needs <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters</a> to continue its basic community services &
|
||||||
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> to
|
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> to
|
||||||
avoid hibernating its enforcement efforts!
|
avoid hibernating its enforcement efforts.
|
||||||
{% else %}
|
{% else %}
|
||||||
<em>Conservancy will continue our basic community services, thanks to our
|
<em>Conservancy will continue our basic community services, thanks to our
|
||||||
first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! However, we still need a total of
|
first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! However, we still need a total of
|
||||||
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work & hibernating our
|
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work & hibernating our
|
||||||
enforcement efforts!
|
enforcement efforts.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
|
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
|
||||||
The next {{ 632|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters
|
The next {{ 632|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters
|
||||||
|
|
Loading…
Reference in a new issue