Skip to content

Commit 32c4e7e

Browse files
committed
keep capitalize consistent to sidebar
1 parent 9af7c6c commit 32c4e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cloud/components/ApplicationTopbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const ApplicationTopbar = ({
146146
if (splittedPathnames.length >= 2 && splittedPathnames[1] === 'dashboard') {
147147
return [
148148
{
149-
label: capitalize(translate(lngKeys.GeneralSmartViews)),
149+
label: translate(lngKeys.GeneralSmartViews),
150150
active: true,
151151
parentId: topParentId,
152152
icon: mdiViewDashboard,

0 commit comments

Comments
 (0)