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> </div>
<h2> <h2>
<i></i> <i></i>
<span>{this.props.current.category}</span> <span>
{this.getLocalizedCategoryString(this.props.current.category)}
</span>
</h2> </h2>
</div> </div>
<div className="navGroups"> <div className="navGroups">