From 4553afda2bdb68db2f5f014a117cf93e81014037 Mon Sep 17 00:00:00 2001 From: cheercroaker Date: Sun, 4 Mar 2018 06:40:57 +0100 Subject: [PATCH] Add missing i18n support in side nav breadcrumb (#482) --- lib/core/nav/SideNav.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)} +