File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ import styles from './styles.module.scss'
32
32
33
33
const dateFormat = 'd MMM yyyy HH:mm'
34
34
35
- const commonTooltipMessage = 'Analyze up to 10, 000 keys per shard to get an overview of your data.'
36
- const clusterTooltipMessage = 'Analyze up to 10, 000 keys per Redis database to get an overview of your data.'
35
+ const commonTooltipMessage = 'Analyze up to 10 000 keys per Redis database to get an overview of your data.'
36
+ const clusterTooltipMessage = 'Analyze up to 10 000 keys per shard to get an overview of your data.'
37
37
38
38
export interface Props {
39
39
items : ShortDatabaseAnalysis [ ]
@@ -155,7 +155,7 @@ const Header = (props: Props) => {
155
155
position = "bottom"
156
156
anchorClassName = { styles . tooltipAnchor }
157
157
className = { styles . tooltip }
158
- title = "Memory Efficiency "
158
+ title = "Redis Database Analysis "
159
159
content = { connectionType === ConnectionType . Cluster ? clusterTooltipMessage : commonTooltipMessage }
160
160
data-testid = "db-new-reports-tooltip"
161
161
>
You can’t perform that action at this time.
0 commit comments