Merge pull request #5230 from lbryio/fix-i18nhomepage

i18n homepage sections
This commit is contained in:
jessopb 2020-12-23 11:47:02 -05:00 committed by GitHub
commit f84eb929cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ function HomePage(props: Props) {
<h1 className="claim-grid__header">
<Button navigate={route || link} button="link">
{icon && <Icon className="claim-grid__header-icon" sectionIcon icon={icon} size={20} />}
<span className="claim-grid__title">{title}</span>
<span className="claim-grid__title">{__(title)}</span>
{help}
</Button>
</h1>