Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Adjust submission closed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Sep 22, 2016
1 parent d2e36d2 commit 819711a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions media/css/ecosystem/landing.styl
Expand Up @@ -49,9 +49,6 @@ faded-border() {
}

p.intro {
font-size: 25px;
font-weight: 100;
padding-bottom: 20px;
text-align: center;
}

Expand Down
8 changes: 6 additions & 2 deletions mkt/ecosystem/templates/ecosystem/landing.html
Expand Up @@ -8,9 +8,13 @@

{% block content %}
<div id="landing-page">
<h1>{{ _('Develop HTML5 Web Apps for an open marketplace.') }}</h1>
<h1>{{ _('App Submission is now closed.') }}</h1>
<section class="island tabbable spacer">
<p> {{ _('App Submission is now closed. Thank you for your support.') }} </p>
<p class="intro">
{% trans url="https://wiki.mozilla.org/Marketplace" %}
Thank you for your support. <a href="{{ url }}">Learn more</a>.
{% endtrans %}
</p>
</section>
</div>
{% endblock %}

0 comments on commit 819711a

Please sign in to comment.