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

[fix bug 1061912] Update contributor box on front page #2757

Merged
merged 1 commit into from
Sep 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/landing/templates/landing/homepage.html
Original file line number Diff line number Diff line change
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