From d385b2e4152932c1c791fcf92e2f3e57af365a92 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 25 Nov 2015 15:46:59 +0100 Subject: [PATCH] Fixed broken string reference and centered the string. --- website/views/static/front.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 2e734d683c..9dcd7b3e3b 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -589,8 +589,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') #footercall .container-fluid .row - .col-md-10 - h3= env.t('joinOthers') + h3= env.t('joinOthers', {userCount:'900,000'}) .row .col-md-4.col-md-offset-4 button.btn.btn-primary.btn-lg.btn-block(ng-click='playButtonClick()')= env.t('free')