We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e504e commit 5843f8cCopy full SHA for 5843f8c
redisinsight/ui/src/pages/home/components/form/TlsDetails.tsx
@@ -85,7 +85,7 @@ const TlsDetails = (props: Props) => {
85
<div>{truncateText(cert.name, 25)}</div>
86
<PopoverDelete
87
header={cert.name}
88
- text="will be deleted from RedisInsight."
+ text="will be removed from RedisInsight."
89
item={cert.id}
90
suffix={suffix}
91
deleting={activeCertId}
@@ -116,7 +116,7 @@ const TlsDetails = (props: Props) => {
116
117
118
119
120
121
122
0 commit comments