diff --git a/website/client/src/components/static/home.vue b/website/client/src/components/static/home.vue
index 2f1919cbd6..7ec3383887 100644
--- a/website/client/src/components/static/home.vue
+++ b/website/client/src/components/static/home.vue
@@ -289,7 +289,7 @@
- {{ $t('joinMany') }}
+ {{ $t('joinMany', {userCountInMillions}) }}
@@ -824,7 +824,7 @@ export default {
makeuseof,
thenewyorktimes,
}),
- userCountInMillions: 3,
+ userCountInMillions: 4,
username: '',
password: '',
passwordConfirm: '',
diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json
index 37572454ab..477426cf47 100644
--- a/website/common/locales/en/front.json
+++ b/website/common/locales/en/front.json
@@ -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",