Merge pull request #11856 from neepsnikeep/neepsnikeep/issue_11790_inconsistent_user_count

Update user count and write text consistently. fixes #11790
This commit is contained in:
Matteo Pagliazzi 2020-02-17 15:01:01 +01:00 committed by GitHub
commit c89b20ce42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -289,7 +289,7 @@
<div class="container featured">
<div class="row text-center">
<h3 class="col-12">
{{ $t('joinMany') }}
{{ $t('joinMany', {userCountInMillions}) }}
</h3>
</div>
<div class="row">
@ -824,7 +824,7 @@ export default {
makeuseof,
thenewyorktimes,
}),
userCountInMillions: 3,
userCountInMillions: 4,
username: '',
password: '',
passwordConfirm: '',

View file

@ -321,7 +321,7 @@
"muchmuchMoreDesc": "Our fully customizable task list means that you can shape Habitica to fit your personal goals. Work on creative projects, emphasize self-care, or pursue a different dream -- it's all up to you.",
"levelUpAnywhere": "Level Up Anywhere",
"levelUpAnywhereDesc": "Our mobile apps make it simple to keep track of your tasks on-the-go. Accomplish your goals with a single tap, no matter where you are.",
"joinMany": "Join over 2,000,000 people having fun while accomplishing their goals!",
"joinMany": "Join over <%= userCountInMillions %> million people having fun while accomplishing their goals!",
"joinToday": "Join Habitica Today",
"featuredIn": "Featured in",
"signup": "Sign Up",