diff --git a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
index a34a1c3bfa..6a1269b77a 100644
--- a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
+++ b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte
@@ -565,7 +565,7 @@
? 'text-green-900 dark:text-green-100'
: 'text-yellow-900 dark:text-yellow-100'}"
>
- {allRecorded ? 'Ready to submit' : 'Recordings needed'}
+ {allRecorded ? 'Full recordings' : 'Recordings recommended'}
{/if}
@@ -607,6 +607,7 @@
{/if}
{:else if phase === 'draft'}
+ No recording
+ {:else}
+ No recording
{/if}
{/if}
{#if canPublishApp(it.kind)}
@@ -673,16 +676,15 @@
{:else if phase === 'draft'}
{#if allRecorded}
- All scripts and flows have a recording. Ready to submit.
+ All scripts and flows have a recording — best chance of approval and featuring.
{:else}
{recordableItems.filter((i) => i.rec === 'recorded').length} of {recordableItems.length}
- scripts/flows recorded. Add a recording to each before submitting.
+ recorded. Bundles with full recordings get approved faster and featured on the public Hub.
{/if}