Skip to content

Commit e43b7d3

Browse files
committed
update message
1 parent 0eecbbe commit e43b7d3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

redisinsight/ui/src/pages/browser/modules/key-details/components/unsupported-type-details/UnsupportedTypeDetails.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@ const UnsupportedTypeDetails = () => (
99
<EuiFlexGroup alignItems="center" justifyContent="center">
1010
<EuiFlexItem className={styles.textWrapper}>
1111
<EuiTitle>
12-
<h4>This data type is coming soon!</h4>
12+
<h4>This key type is not currently supported.</h4>
1313
</EuiTitle>
1414
<EuiText size="s">
15-
We are constantly working to launch support for more data types.
16-
If you have any ideas or suggestions, please
17-
{' '}
15+
See{' '}
1816
<a
19-
href={EXTERNAL_LINKS.githubIssues}
17+
href={EXTERNAL_LINKS.githubRepo}
2018
className={styles.link}
2119
target="_blank"
2220
rel="noreferrer"
2321
>
24-
contact us
22+
our repository
2523
</a>
26-
.
24+
{' '}for the list of supported key types.
2725
</EuiText>
2826
</EuiFlexItem>
2927
</EuiFlexGroup>

0 commit comments

Comments
 (0)