diff --git a/website/client/components/static/home.vue b/website/client/components/static/home.vue index 1e95ea76f1..14a9314953 100644 --- a/website/client/components/static/home.vue +++ b/website/client/components/static/home.vue @@ -10,7 +10,7 @@ .col-12.col-sm-6.col-md-6.col-lg-6 img(src='~assets/images/home/home-main@3x.png', width='357px') h1 {{$t('motivateYourself')}} - p.section-main {{$t('timeToGetThingsDone')}} + p.section-main {{$t('timeToGetThingsDone', {userCountInMillions})}} .col-12.col-sm-6.col-md-6.col-lg-6 h3.text-center {{$t('singUpForFree')}} div.text-center @@ -565,7 +565,7 @@ makeuseof, thenewyorktimes, }), - userCount: 1000000, + userCountInMillions: 3, username: '', password: '', passwordConfirm: '', diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json index aa3590731f..828a40888f 100644 --- a/website/common/locales/en/front.json +++ b/website/common/locales/en/front.json @@ -81,7 +81,6 @@ "infhQuote": "[Habitica] has really helped me impart structure to my life in graduate school.", "invalidEmail": "A valid email address is required in order to perform a password reset.", "irishfeet123Quote": "I've had horrible habits with clearing my place completely after meals and leaving cups all over the place. [Habitica] has cured that!", - "joinOthers": "Join <%= userCount %> people making it fun to achieve goals!", "kazuiQuote": "Before [Habitica], I was stuck with my thesis, as well as dissatisfied with my personal discipline regarding housework and things like learning vocabulary and studying Go theory. It turns out breaking down these tasks into smaller manageable checklists is quite the thing to keep me motivated and constantly working.", "landingend": "Not convinced yet?", "landingend2": "See a more detailed list of [our features](/static/overview). Are you looking for a more private approach? Check out our [administrative packages](/static/plans), which are perfect for families, teachers, support groups, and businesses.", @@ -228,9 +227,6 @@ "apps": "Apps", "checkOutMobileApps": "Check out our mobile apps!", "imagine1": "Imagine if improving your life were as fun as playing a game.", - "landingCopy1": "Advance in the game by completing your real-life tasks.", - "landingCopy2": "Battle monsters with friends to stay accountable to your goals.", - "landingCopy3": "Join over <%= userCount %> people having fun as they improve their lives.", "alreadyHaveAccount": "I already have an account!", "getStartedNow": "Get Started Now!", "altAttrNavLogo": "Habitica home", @@ -308,7 +304,7 @@ "alreadyHaveAccountLogin": "Already have a Habitica account? Log in.", "dontHaveAccountSignup": "Don’t have a Habitica account? Sign up.", "motivateYourself": "Motivate yourself to achieve your goals.", - "timeToGetThingsDone": "It's time to have fun when you get things done! Join over 2.5 million Habiticans and improve your life one task at a time.", + "timeToGetThingsDone": "It's time to have fun when you get things done! Join over <%= userCountInMillions %> million Habiticans and improve your life one task at a time.", "singUpForFree": "Sign Up For Free", "or": "OR", "gamifyYourLife": "Gamify Your Life",