Merge pull request #19269 from edx/tuchfarber/add_usd_to_content_gating

Add USD to content gating upsell
This commit is contained in:
Matt Tuchfarber
2018-11-15 13:53:46 -05:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
{% if not mobile_app and ecommerce_checkout_link %}
<span class="certDIV_1" style="">
<a href="{{ecommerce_checkout_link}}" class="certA_2">
{% trans "Upgrade to unlock" %} (${{min_price}})
{% trans "Upgrade to unlock" %} (${{min_price}} USD)
</a>
</span>
{% endif %}