Add missing i18n support in side nav breadcrumb (#482)

This commit is contained in:
cheercroaker 2018-03-04 06:40:57 +01:00 committed by Joel Marcey
parent f8486e02ae
commit 4553afda2b

View file

@ -23,7 +23,9 @@ class SideNav extends React.Component {
</div>
<h2>
<i></i>
<span>{this.props.current.category}</span>
<span>
{this.getLocalizedCategoryString(this.props.current.category)}
</span>
</h2>
</div>
<div className="navGroups">