mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
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:
commit
c89b20ce42
2 changed files with 3 additions and 3 deletions
|
|
@ -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: '',
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue