We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af7c6c commit 32c4e7eCopy full SHA for 32c4e7e
1 file changed
src/cloud/components/ApplicationTopbar.tsx
@@ -146,7 +146,7 @@ const ApplicationTopbar = ({
146
if (splittedPathnames.length >= 2 && splittedPathnames[1] === 'dashboard') {
147
return [
148
{
149
- label: capitalize(translate(lngKeys.GeneralSmartViews)),
+ label: translate(lngKeys.GeneralSmartViews),
150
active: true,
151
parentId: topParentId,
152
icon: mdiViewDashboard,
0 commit comments