We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68dda commit ad4eb8eCopy full SHA for ad4eb8e
redisinsight/ui/src/pages/browser/components/modules-type-details/ModulesTypeDetails.tsx
@@ -22,7 +22,7 @@ const ModulesTypeDetails = ({ moduleName = 'unsupported' }: { moduleName: string
22
<EuiFlexGroup alignItems="center" justifyContent="center">
23
<EuiFlexItem className={styles.textWrapper}>
24
<EuiTitle>
25
- <h4>{`This is ${moduleName} key.`}</h4>
+ <h4>{`This is a ${moduleName} key.`}</h4>
26
</EuiTitle>
27
<EuiText size="s">
28
{'Use Redis commands in the '}
0 commit comments