diff --git a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte index 6439f8b870..d0d35ac432 100644 --- a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte +++ b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte @@ -302,7 +302,7 @@ startIcon={{ icon: Globe }} onclick={() => openPublish(it)} > - Publish publicly + Share as iframe {/if} {/if} @@ -368,14 +368,14 @@ publishDrawer?.closeDrawer()} >

- This will expose {publishTarget?.path} at a public - URL so the Hub can embed it as a live iframe instead of a frontend-only run. Anyone with the - URL will be able to interact with it. + Expose {publishTarget?.path} at a public URL so + it can be embedded as an iframe (e.g. on the Hub, a docs page, or your own site). Anyone with + the URL will be able to interact with it.

@@ -430,7 +430,7 @@ startIcon={{ icon: Globe }} onclick={confirmPublish} > - Publish publicly + Generate iframe {/snippet}