Contribution Tab Copy Change (#55)

This commit is contained in:
Daniel Ternyak 2018-09-17 11:01:01 -05:00 committed by GitHub
parent 210b656939
commit c93b0526c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ const ContributorsBlock = ({ crowdFund }: Props) => {
style={{ minHeight: '220px' }} style={{ minHeight: '220px' }}
title="No contributors found" title="No contributors found"
subtitle={` subtitle={`
It appears that your campaign hasn't yet been funded. No contributions have been made to this proposal.
Check back later once you've received at least one contribution! Check back later once there's been at least one contribution.
`} `}
/> />
); );