From 026b4ed716a3e84ec40252517cb2fcc03242e6b3 Mon Sep 17 00:00:00 2001 From: Matt T Elliott Date: Thu, 29 Jan 2015 12:19:16 -0800 Subject: [PATCH] add translations to subscription page --- views/options/settings.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/options/settings.jade b/views/options/settings.jade index bd0f6d844c..77da51a845 100644 --- a/views/options/settings.jade +++ b/views/options/settings.jade @@ -247,7 +247,7 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template') .container-fluid(ng-init='_subscription={key:"basic_earned"}') .row .col-md-6 - h3 Benefits + h3 {{env.t('benefits')}} +subPerks() .col-md-6 @@ -270,13 +270,13 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template') li Mystic Hourglasses: {{user.purchased.plan.consecutive.trinkets}} div(ng-if='!user.purchased.plan.customerId || (user.purchased.plan.customerId && user.purchased.plan.dateTerminated)') .form-group - .radio(ng-repeat='block in Content.subscriptionBlocks | toArray | omit:"discount==true" | orderBy:"months"') + .radio(ng-repeat='block in Content.subscriptionBlocks | toArray | omit: "discount==true" | orderBy:"months"') label input(type="radio", name="subRadio", ng-value="block.key", ng-model='_subscription.key') span(ng-show='block.original') - | Recurring ${{block.original}} ${{block.price}} each {{block.months}} Month(s) + | ${{ block.original }} {{env.t('subscriptionRateText', {price:block.price, months: block.months})}} span(ng-hide='block.original') - | {{env.t('subscriptionRateText', {price:block.price, months: block.months})}} + | {{env.t('subscriptionRateText', {price:block.price, months: block.months})}} .form-inline .form-group