PR review

This commit is contained in:
Daniel Ternyak 2019-02-27 17:09:36 -06:00
parent 063dbdde7c
commit 20e8480d14
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
3 changed files with 3 additions and 4 deletions

View File

@ -23,7 +23,7 @@ const HomeIntro: React.SFC<Props> = ({ t, authUser }) => (
{t('home.intro.browse')}
</Link>
) : (
<Link className="HomeIntro-content-buttons-main" to="/auth">
<Link className="HomeIntro-content-buttons-main" to="/auth/sign-up">
{t('home.intro.signup')}
</Link>
)}

View File

@ -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)(() => (
<I18nextProvider i18n={i18n}>

View File

@ -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"