Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug 1177441] [Kb] Text missing in mobile site #2583

Merged
merged 1 commit into from Jun 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -23,6 +23,9 @@ <h3>{{ _('Share your wisdom with the world.') }}</h3>

<div class="centered">
<img class="smart-width" src="{{ STATIC_URL }}sumo/img/gi-visual-kb.png" alt="">
<p>
+ {{ _('1 article can be viewed by 400 million users and translated into 70+ languages') }}
+ </p>
</div>

<h4>{{ _('How it works') }}</h4>
Expand Down
Expand Up @@ -22,6 +22,9 @@ <h3>{{ _("Let's make Mozilla Support speak your language!") }}</h3>

<div class="centered">
<img class="smart-width" src="{{ STATIC_URL }}sumo/img/gi-visual-l10n.png" alt="">
<p>
{{ _('Translating 1 article can help 1,000's of users in your language') }}
</p>
</div>

<h4>{{ _('How it works') }}</h4>
Expand Down
Expand Up @@ -23,6 +23,9 @@ <h3>{{ _('Where all the action happens') }}</h3>

<div class="centered">
<img class="smart-width" src="{{ STATIC_URL }}sumo/img/gi-visual-questions.png" alt="">
<p>
{{ _('Solving 1 issue helps up to 1,000 users a day') }}
</p>
</div>

<h4>{{ _('How it works') }}</h4>
Expand Down