Skip to content

Commit 5843f8c

Browse files
committed
RI-6115: 'deleted' to 'removed'
1 parent 84e504e commit 5843f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/pages/home/components/form/TlsDetails.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const TlsDetails = (props: Props) => {
8585
<div>{truncateText(cert.name, 25)}</div>
8686
<PopoverDelete
8787
header={cert.name}
88-
text="will be deleted from RedisInsight."
88+
text="will be removed from RedisInsight."
8989
item={cert.id}
9090
suffix={suffix}
9191
deleting={activeCertId}
@@ -116,7 +116,7 @@ const TlsDetails = (props: Props) => {
116116
<div>{truncateText(cert.name, 25)}</div>
117117
<PopoverDelete
118118
header={cert.name}
119-
text="will be deleted from RedisInsight."
119+
text="will be removed from RedisInsight."
120120
item={cert.id}
121121
suffix={suffix}
122122
deleting={activeCertId}

0 commit comments

Comments
 (0)