From 1e722d470f0f7646f88d9e14a7f8273a7eab94ba Mon Sep 17 00:00:00 2001 From: cheercroaker Date: Thu, 1 Mar 2018 17:06:42 +0100 Subject: [PATCH] Add missing i18n support in side nav breadcrumb --- 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)} +