Skip to content

Commit c4469d6

Browse files
committed
https://redislabs.atlassian.net/browse/RI-6115
Fix message in at other place too
1 parent 5843f8c commit c4469d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/pages/home/components/database-list-component/DatabasesListWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const DatabasesListWrapper = ({ width, onEditInstance, editedInstance, onDeleteI
388388
/>
389389
<PopoverDelete
390390
header={formatLongName(instance.name, 50, 10, '...')}
391-
text="will be deleted from Redis Insight."
391+
text="will be removed from Redis Insight."
392392
item={instance.id}
393393
suffix={suffix}
394394
deleting={deletingIdRef.current}

redisinsight/ui/src/pages/rdi/home/instance-list/RdiInstancesListWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const RdiInstancesListWrapper = ({ width, onEditInstance, editedInstance, onDele
186186
/>
187187
<PopoverDelete
188188
header={formatLongName(instance.name, 50, 10, '...')}
189-
text="will be deleted from RedisInsight."
189+
text="will be removed from RedisInsight."
190190
item={instance.id}
191191
suffix={suffix}
192192
deleting={deleting.id}

0 commit comments

Comments
 (0)