Skip to content

Commit dc271a3

Browse files
committed
changed to capital letter
1 parent 95b8f76 commit dc271a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/components/navigation-menu/NavigationMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ const NavigationMenu = () => {
121121
},
122122
},
123123
{
124-
tooltipText: 'Analysis tools',
125-
ariaLabel: 'Analysis tools',
124+
tooltipText: 'Analysis Tools',
125+
ariaLabel: 'Analysis Tools',
126126
onClick: () => handleGoPage(connectionType === ConnectionType.Cluster
127127
? Pages.clusterDetails(connectedInstanceId)
128128
: Pages.slowLog(connectedInstanceId)),

0 commit comments

Comments
 (0)