update "Estimated waiting time: unknown" message (bug 917388)
This commit is contained in:
Родитель
d23a11cabc
Коммит
44d9d1531b
|
@ -38,7 +38,7 @@
|
|||
{% elif addon.status == amo.STATUS_PENDING %}
|
||||
<p>{{ status(_('This app is <b>pending review</b> by a Firefox Marketplace reviewer.')|safe) }}</p>
|
||||
{{ queue_position(addon, 'p') }}
|
||||
{{ _('You will receive an email when the review is complete.') }}
|
||||
<p>{{ _('You will receive an email when the review is complete.') }}</p>
|
||||
{% elif addon.status == amo.STATUS_PUBLIC %}
|
||||
{{ status(_('This app is <b>public</b>.')|safe) }}
|
||||
{% elif addon.status == amo.STATUS_DISABLED %}
|
||||
|
|
|
@ -109,10 +109,9 @@
|
|||
{% pluralize %}
|
||||
<b>Estimated waiting time:</b> {{ num }} working days
|
||||
{% endtrans %}
|
||||
{% else %}
|
||||
{% elif tag == 'p' %}
|
||||
{% trans email=emaillink(settings.MKT_REVIEWERS_EMAIL) %}
|
||||
<b>Estimated waiting time:</b> Unknown
|
||||
<span class="hint">(Please email {{ email }} for more information.)</span>
|
||||
Most apps are reviewed in about a week. If your review has taken longer than this, you can send an email to {{ email }} to check the status.
|
||||
{% endtrans %}
|
||||
{% endif %}
|
||||
</{{ tag }}>
|
||||
|
|
Загрузка…
Ссылка в новой задаче