diff --git a/lib/core/nav/SideNav.js b/lib/core/nav/SideNav.js index d7e0cbeef4d7..8f27c4c4a511 100644 --- a/lib/core/nav/SideNav.js +++ b/lib/core/nav/SideNav.js @@ -23,7 +23,9 @@ class SideNav extends React.Component {

- {this.props.current.category} + + {this.getLocalizedCategoryString(this.props.current.category)} +