Add _pro macros to a bunch of billing page stuff

This commit is contained in:
Albert Santoni 2015-09-04 11:17:01 -04:00
parent d4287e9abd
commit 274881c6e0
3 changed files with 26 additions and 26 deletions

View file

@ -6,7 +6,7 @@
<div class="trial-box-calendar-gray"><?php echo _("days") ?></div>
</div>
<div class="trial-box-button">
<a title="<?php echo sprintf(_("Purchase an %s Pro plan!"), PRODUCT_NAME)?>" href="/billing/upgrade"><?php echo _("My Account") ?></a>
<a title="<?php echo sprintf(_pro("Purchase an %s plan!"), SAAS_PRODUCT_BRANDING_NAME)?>" href="/billing/upgrade"><?php echo _pro("My Account") ?></a>
</div>
</div>
<?php }?>