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 ? (