update cache key value deletion verbiage (#3381)

This commit is contained in:
Jonathan Dobson
2025-09-06 10:31:14 -07:00
committed by GitHub
parent b30e41ce5c
commit 2e7cc94a9e

View File

@@ -566,15 +566,16 @@ function Workspace({
>
<DialogContent>
<DialogHeader>
<DialogTitle>Delete A Code Key Value</DialogTitle>
<DialogTitle>Delete Generated Code</DialogTitle>
<DialogDescription>
<div className="w-full pb-2 pt-4 text-sm text-slate-400">
{deleteCacheKeyValue.isPending ? (
"Deleting code key value..."
"Deleting generated code..."
) : (
<div className="flex w-full flex-col gap-2">
<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
className="max-w-[29rem] overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold text-slate-400"