Changeset - 3fe4a5bcbbe6
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 8 years ago 2016-01-19 04:32:12
bkuhn@ebb.org
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.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/supporter-page.js
Show inline comments
...
 
@@ -38,7 +38,7 @@ $(document).ready(function() {
 
        $('#siteprogressbar').
 
            multiprogressbar({ parts: [
 
                { value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
 
                  text: "750 achieved! " + moreCount + " beyond that have joined!",
 
                  text: "750 achieved! " + moreCount + " beyond that have joined.",
 
                  barClass: "progress", textClass: "soFarText" },
 
                { value:
 
                  ((noCommaMatchFinalGoal - noCommaSiteMiddleGoal) / noCommaSiteFinalGoal) * 100,
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -47,12 +47,12 @@
 
   <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 &amp;
 
   <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> to
 
   avoid hibernating its enforcement efforts!
 
   avoid hibernating its enforcement efforts.
 
{% else %}
 
      <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
 
        <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work &amp; hibernating our
 
        enforcement efforts!
 
        enforcement efforts.
 
{% endif %}
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
 
The next {{ 632|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters
0 comments (0 inline, 0 general)