update cache key value deletion verbiage (#3381)
This commit is contained in:
@@ -566,15 +566,16 @@ function Workspace({
|
|||||||
>
|
>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Delete A Code Key Value</DialogTitle>
|
<DialogTitle>Delete Generated Code</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
<div className="w-full pb-2 pt-4 text-sm text-slate-400">
|
<div className="w-full pb-2 pt-4 text-sm text-slate-400">
|
||||||
{deleteCacheKeyValue.isPending ? (
|
{deleteCacheKeyValue.isPending ? (
|
||||||
"Deleting code key value..."
|
"Deleting generated code..."
|
||||||
) : (
|
) : (
|
||||||
<div className="flex w-full flex-col gap-2">
|
<div className="flex w-full flex-col gap-2">
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
Are you sure you want to delete this code key value?
|
Are you sure you want to delete the generated code for
|
||||||
|
this code key value?
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="max-w-[29rem] overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold text-slate-400"
|
className="max-w-[29rem] overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold text-slate-400"
|
||||||
|
|||||||
Reference in New Issue
Block a user