From 50f992b63cbf7dc2b3fec008e03bec6e84d683c6 Mon Sep 17 00:00:00 2001 From: Luveluen Date: Thu, 23 Jan 2014 09:43:17 +0100 Subject: [PATCH] Update hall.jade --- views/options/social/hall.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/social/hall.jade b/views/options/social/hall.jade index cfee165578..b69ced299c 100644 --- a/views/options/social/hall.jade +++ b/views/options/social/hall.jade @@ -49,7 +49,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html') .control-group.option-medium label.checkbox input(type='checkbox', ng-model='hero.purchased.ads') - =env.t('hideads') + =env.t('hideAds') // h4 Backer Status // Add backer stuff like tier, disable adds, etcs @@ -86,7 +86,7 @@ script(type='text/ng-template', id='partials/options.social.hall.patrons.html') tr th =env.t('name') th(ng-if='user.contributor.admin')=env.t('UUID') - th =env.t('backertier') + th =env.t('backerTier') tr(ng-repeat='patron in patrons') td a.label(class='label-contributor-{{patron.contributor.level}}', ng-class='{"label-npc": patron.backer.npc}', ng-click='clickMember(patron._id, true)') {{patron.profile.name}}