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
...
 
@@ -40,3 +40,3 @@ $(document).ready(function() {
 
                { value: (noCommaSiteSoFar / noCommaSiteFinalGoal) * 100,
 
                  text: "750 achieved! " + moreCount + " beyond that have joined!",
 
                  text: "750 achieved! " + moreCount + " beyond that have joined.",
 
                  barClass: "progress", textClass: "soFarText" },
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -49,3 +49,3 @@
 
   <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> to
 
   avoid hibernating its enforcement efforts!
 
   avoid hibernating its enforcement efforts.
 
{% else %}
...
 
@@ -54,3 +54,3 @@
 
        <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 %}
0 comments (0 inline, 0 general)