Skip to content

Commit

Permalink
(fix): Wrap sidebar title in t function
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Oct 3, 2024
1 parent 3e450ea commit 60da7df
Show file tree
Hide file tree
Showing 2 changed files with 1,681 additions and 1,290 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function DashboardExtension({ dashboardLinkConfig }: { dashboardLinkConfig: Dash
if (isFolder) {
return (
<SideNavItems>
<SideNavMenu title={folderTitle} renderIcon={folderIcon}>
<SideNavMenu title={t(folderTitle)} renderIcon={folderIcon}>
<ConfigurableLink
className={classNames('cds--side-nav__link', {
'active-left-nav-link': navLink.match(name),
Expand Down
Loading

0 comments on commit 60da7df

Please sign in to comment.