Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2757 from hoosteeno/master
Browse files Browse the repository at this point in the history
[fix bug 1061912] Update contributor box on front page
  • Loading branch information
stephaniehobson committed Sep 19, 2014
2 parents a21dbc0 + 04255e8 commit fba99fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing/templates/landing/homepage.html
Expand Up @@ -104,7 +104,7 @@ <h2><i aria-hidden="true" class="icon-star"></i> Hacks Blog<span class="heading-
<div class="home-involved-card"><a href="{{ devmo_url('Project:MDN/Contributing') }}">
<h2 class="title">{{ _('Get Involved') }}</h2>

<p class="numbers">{{ _('<span class="row1">Join <span class="number">3,414</span> contributors</span> <span class="row2">in <span class="number">31</span> languages and locales</span> <span class="row3">around the world.</span>') }}</p>
<p class="numbers">{{ _('<span class="row1">Join <span class="number">5,453</span> contributors</span> <span class="row2">in <span class="number">36</span> languages and locales</span> <span class="row3">around the world.</span>') }}</p>
<p><span class="button">{{ _('Help improve MDN') }}</span></p>
</a></div>
</div>
Expand Down

0 comments on commit fba99fb

Please sign in to comment.