Merge pull request #5230 from lbryio/fix-i18nhomepage
i18n homepage sections
This commit is contained in:
commit
f84eb929cb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function HomePage(props: Props) {
|
||||||
<h1 className="claim-grid__header">
|
<h1 className="claim-grid__header">
|
||||||
<Button navigate={route || link} button="link">
|
<Button navigate={route || link} button="link">
|
||||||
{icon && <Icon className="claim-grid__header-icon" sectionIcon icon={icon} size={20} />}
|
{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}
|
{help}
|
||||||
</Button>
|
</Button>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Reference in a new issue