Add USD to content gating upsell

This commit is contained in:
Matt Tuchfarber
2018-11-14 15:59:11 -05:00
parent 260c7e32d8
commit 53536f2c96

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 %}