add subscriptitonRateText

This commit is contained in:
Matt T Elliott 2015-01-29 11:14:19 -08:00 committed by Blade Barringer
parent eb1ca43c44
commit c31272a154

View file

@ -276,7 +276,7 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template')
span(ng-show='block.original')
| Recurring <span class='line-through'>${{block.original}}</span> <span class='label label-success'>${{block.price}}</span> each {{block.months}} Month(s)
span(ng-hide='block.original')
| Recurring ${{block.price}} each {{block.months}} Month(s)
| {{env.t('subscriptionRateText', {price:block.price, months: block.months})}}
.form-inline
.form-group