From f3c67d50dad32563c7eb5cef1ebae8e83584d4cf Mon Sep 17 00:00:00 2001 From: Dotta Date: Tue, 8 Sep 2026 10:03:29 -0500 Subject: [PATCH] fix(ui): label cached paths relative to sandbox home Co-Authored-By: Paperclip --- ui/src/components/CachedTaskFilesButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/CachedTaskFilesButton.tsx b/ui/src/components/CachedTaskFilesButton.tsx index 6e674b314f..44e7931355 100644 --- a/ui/src/components/CachedTaskFilesButton.tsx +++ b/ui/src/components/CachedTaskFilesButton.tsx @@ -30,7 +30,7 @@ export function CachedTaskFilesButton({ issue, currentUserId }: { issue: TaskCon {folders.map(({ scope, label, ownerId }) => ( -

Cached copy of $HOME/{scope}/ · Select files to move to trash; restore them from the Trash tab

+

Cached sandbox folder: [sandbox home]/{scope}/ · Select files to move to trash; restore them from the Trash tab

{!ownerId ? (

No {label.toLowerCase()} is bound to this task. This folder is empty and unbound.

) : scope === "user" && ownerId !== currentUserId ? (