mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Merge pull request #6299 from ojeytonwilliams/static-string-fix
Fixed broken string reference and centered the string.
This commit is contained in:
commit
0c77737f36
1 changed files with 1 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue