Merge pull request #994 from muffinresearch/fix-copy-enable-new-other

Fix copy for enable new regions checkbox paid
This commit is contained in:
Stuart Colville 2013-08-12 17:25:49 -07:00
Родитель 3c314f2611 bc5261f65b
Коммит d3d9abc2e4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -747,7 +747,7 @@ class RegionForm(forms.Form):
# For paid apps enabling new regions is not based on the worldwide
# region it's based on enable_new_regions.
self.fields['other_regions'].label = _(u'Other regions')
self.fields['other_regions'].label = _(u'Enable new regions')
self.initial['other_regions'] = self.product.enable_new_regions
# Premium form was valid.

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

@ -5,7 +5,7 @@
{% if region_form._product_is_paid() %}
{%- trans %}
Your app will be displayed in any regional Marketplace that is
added in the future and is relevant to your chosen price point.
added in the future.
You will receive an email notification when a new region
is added.
{% endtrans -%}