From 20e8480d148c267cd2d6e46e66fe61a2d5c4e0e6 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Wed, 27 Feb 2019 17:09:36 -0600 Subject: [PATCH] PR review --- frontend/client/components/Home/Intro.tsx | 2 +- frontend/client/index.tsx | 1 - frontend/client/static/locales/en/common.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/client/components/Home/Intro.tsx b/frontend/client/components/Home/Intro.tsx index b936451b..b6cf675e 100644 --- a/frontend/client/components/Home/Intro.tsx +++ b/frontend/client/components/Home/Intro.tsx @@ -23,7 +23,7 @@ const HomeIntro: React.SFC = ({ t, authUser }) => ( {t('home.intro.browse')} ) : ( - + {t('home.intro.signup')} )} diff --git a/frontend/client/index.tsx b/frontend/client/index.tsx index e90c588d..02522932 100644 --- a/frontend/client/index.tsx +++ b/frontend/client/index.tsx @@ -25,7 +25,6 @@ const i18nLanguage = window && (window as any).__PRELOADED_I18N__; i18n.changeLanguage(i18nLanguage.locale); i18n.addResourceBundle(i18nLanguage.locale, 'common', i18nLanguage.resources, true); -console.log(i18n); const App = hot(module)(() => ( diff --git a/frontend/client/static/locales/en/common.json b/frontend/client/static/locales/en/common.json index 77d653fd..d2550111 100644 --- a/frontend/client/static/locales/en/common.json +++ b/frontend/client/static/locales/en/common.json @@ -4,8 +4,8 @@ "description": "ZF Grants organizes creators and community members to incentivize ecosystem improvements", "intro": { - "title": "Grants and crowdfunding for the Zcash community", - "subtitle": "Get funding for, or contribute to improvements to the Zcash ecosystem", + "title": "Funding for Zcash ecosystem projects", + "subtitle": "Development, research, and community growth", "signup": "Sign up now", "browse": "Browse proposals", "learn": "or learn more below"