change copy for price tier explanation (bug 709789)

This commit is contained in:
Chris Van 2011-12-12 08:41:11 -08:00
Родитель 5c22312016
Коммит 7be0f13f7d
1 изменённых файлов: 10 добавлений и 12 удалений

Просмотреть файл

@ -3,22 +3,20 @@
<div class="extra">
<p>
{% if webapp %}
{% trans doc_url=url('devhub.docs', doc_name='marketplace') %}
Select a price tier for your app below. Price tiers are based on
US Dollars and are fixed for all supported countries. For more
information.
{% endtrans %}
{% with doc_url=url('devhub.docs', doc_name='marketplace') %}
{{ loc('Select a price tier for your app below. Price tiers are based
on US Dollars and are fixed for all supported countries.') }}
{% endwith %}
{# TODO(marketplace-docs):
<a href="{{ doc_url }}">view our pricing matrix</a>.
For more information <a href="{{ doc_url }}">view our pricing matrix</a>.
#}
{% else %}
{% trans doc_url=url('devhub.docs', doc_name='marketplace') %}
Select a price tier for your add-on below. Price tiers
are based on US Dollars and are fixed for all supported countries. For more
information.
{% endtrans %}
{% with doc_url=url('devhub.docs', doc_name='marketplace') %}
{{ loc('Select a price tier for your add-on below. Price tiers are
based on US Dollars and are fixed for all supported countries.') }}
{% endwith %}
{# TODO(marketplace-docs):
<a href="{{ doc_url }}">view our pricing matrix</a>.
For more information <a href="{{ doc_url }}">view our pricing matrix</a>.
#}
{% endif %}
</p>