mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
fix(i18n): use strings
This commit is contained in:
parent
38a2c8d0f4
commit
74d206ab74
1 changed files with 2 additions and 2 deletions
|
|
@ -19,9 +19,9 @@ script(id='modals/buyGems.html', type='text/ng-template')
|
|||
tr
|
||||
td
|
||||
p
|
||||
small.muted Payment Methods:
|
||||
small.muted=env.t('paymentMethods')
|
||||
//.btn.btn-primary(ng-click='showStripe()')=env.t('payWithCard')
|
||||
.btn.btn-primary(ng-click='showStripe()') Card
|
||||
.btn.btn-primary(ng-click='showStripe()')=env.t('card')
|
||||
a.btn.btn-warning(href='/paypal/checkout?_id={{user._id}}&apiToken={{user.apiToken}}') PayPal
|
||||
|
||||
div(ng-include="'partials/options.settings.subscription.html'")
|
||||
|
|
|
|||
Loading…
Reference in a new issue