From bf7ccfb561479317b74e45cf6a4e996a689e244c Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 10 Mar 2025 09:54:56 -0700 Subject: [PATCH] Merge pull request #23994 from overleaf/mf-20-millions-update-user-count [web] Update user count to 20 millions GitOrigin-RevId: 768b08b70cdbcff0435897f7cf518de3dff80f55 --- services/web/app/views/_mixins/begin_now_card.pug | 2 +- services/web/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__.",