diff --git a/services/web/app/views/_mixins/begin_now_card.pug b/services/web/app/views/_mixins/begin_now_card.pug
index fe854cbbff..8f9919553d 100644
--- a/services/web/app/views/_mixins/begin_now_card.pug
+++ b/services/web/app/views/_mixins/begin_now_card.pug
@@ -13,7 +13,7 @@ mixin begin_now_card()
span.text-green-bright {
span now
span.text-green-bright }
- p #{translate("discover_why_people_worldwide_trust_overleaf", {count: 18})}
+ p #{translate("discover_why_over_people_worldwide_trust_overleaf", {count: settings.userCountInMillions})}
p.card-links
if !isUserLoggedIn
a.btn.btn-primary.card-link(
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index 7ce7f212d4..4bfe569c9c 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -526,7 +526,7 @@
"discount_of": "Discount of __amount__",
"discover_latex_templates_and_examples": "Discover LaTeX templates and examples to help with everything from writing a journal article to using a specific LaTeX package.",
"discover_the_fastest_way_to_search_and_cite": "Discover the fastest way to search and cite",
- "discover_why_people_worldwide_trust_overleaf": "Discover why __count__ million people worldwide trust Overleaf with their work.",
+ "discover_why_over_people_worldwide_trust_overleaf": "Discover why over __count__ million people worldwide trust Overleaf with their work.",
"dismiss_error_popup": "Dismiss first error alert",
"display_deleted_user": "Display deleted users",
"do_not_have_acct_or_do_not_want_to_link": "If you don’t have an __appName__ account, or if you don’t want to link to your __institutionName__ account, please click __clickText__.",