Skip to content

Commit b499bd4

Browse files
authored
Merge pull request #429 from RedisInsight/bugfix/RI-2604
#RI-2604 - fix title for modules type details
2 parents 0cffca1 + ad4eb8e commit b499bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/modules-type-details/ModulesTypeDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ModulesTypeDetails = ({ moduleName = 'unsupported' }: { moduleName: string
2222
<EuiFlexGroup alignItems="center" justifyContent="center">
2323
<EuiFlexItem className={styles.textWrapper}>
2424
<EuiTitle>
25-
<h4>{`This is ${moduleName} key.`}</h4>
25+
<h4>{`This is a ${moduleName} key.`}</h4>
2626
</EuiTitle>
2727
<EuiText size="s">
2828
{'Use Redis commands in the '}

0 commit comments

Comments
 (0)