mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 05:14:13 +00:00
add subscriptitonRateText
This commit is contained in:
parent
eb1ca43c44
commit
c31272a154
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue