diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index f536120756..92ecc3c5b8 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -1088,12 +1088,15 @@ disabled={emptyString(s3ResourceSettings.resourcePath)} bind:checked={s3ResourceSettings.publicResource} options={{ - right: 'S3 resource details can be accessed by all users of this workspace', + right: + 'S3 resource details and content can be accessed by all users of this workspace', rightTooltip: 'If set, all users of this workspace will have access the to entire content of the S3 bucket, as well as the resource details. this effectively by-pass the permissions set on the resource and makes it public to everyone.' }} /> {#if s3ResourceSettings.publicResource === true} +
+