diff --git a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
index 485e96f977..93dbeee670 100644
--- a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
+++ b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
@@ -201,7 +201,7 @@
// TODO: bundle (tarball export + recordings + app bundles + resource types)
// and POST to the Hub.
await new Promise((r) => setTimeout(r, 600))
- sendUserToast(`Deployed ${items.length} item(s) to the Hub`)
+ sendUserToast(`Submitted ${items.length} item(s) to the Hub for review`)
} finally {
deploying = false
}
@@ -331,7 +331,7 @@
{#if !allDone}
- Record all scripts/flows and build all apps before deploying.
+ Record all scripts/flows and build all apps before submitting.
{/if}
{/if}
diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte
index 8a6896caea..da258d6945 100644
--- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte
+++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte
@@ -1103,9 +1103,9 @@
},
{
id: 'hub',
- label: 'Deploy to Hub',
+ label: 'Submit to Hub',
aiId: 'workspace-settings-hub',
- aiDescription: 'Deploy workspace folders to the Hub'
+ aiDescription: 'Submit workspace folders to the Hub for review'
}
]
},
@@ -1964,8 +1964,8 @@ export async function main(
/>
{:else if tab == 'hub'}