diff --git a/frontend/src/routes/resources.svelte b/frontend/src/routes/resources.svelte index f539c849e2..b16321a46e 100644 --- a/frontend/src/routes/resources.svelte +++ b/frontend/src/routes/resources.svelte @@ -478,7 +478,14 @@ > - {#if $userStore?.is_admin} + {#if !canWrite} + Shared globallyThis resource type is from the 'starter' workspace shared with all + workspaces + {:else if $userStore?.is_admin}