Skip to content

Commit 1a9f570

Browse files
authored
RI-7368: update delete index message (#4873)
1 parent cbd2ddb commit 1a9f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/notifications/success-messages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default {
200200
title: 'Index has been deleted',
201201
message: (
202202
<>
203-
<b>{formatNameShort(indexName)}</b> has been deleted from Redis Insight.
203+
<b>{formatNameShort(indexName)}</b> has been deleted.
204204
</>
205205
),
206206
}),

0 commit comments

Comments
 (0)