From 1baf331ac463a0b4e0974ffbe839ff23d6e2a20b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 3 Dec 2022 12:19:06 +0100 Subject: [PATCH] further resource types clarifications --- frontend/src/routes/resources.svelte | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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}