i18n homepage sections

This commit is contained in:
zeppi 2020-12-23 09:45:45 -05:00
parent f93a40aa18
commit cbe4cb1cf1

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>