Skip to content

Commit

Permalink
Add missing i18n support in side nav breadcrumb (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheercroaker authored and JoelMarcey committed Mar 4, 2018
1 parent f8486e0 commit 4553afd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/core/nav/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 4553afd

Please sign in to comment.