mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-13 00:03:57 +00:00
Fix wordings
This commit is contained in:
@@ -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 @@
|
||||
<div class="flex items-center justify-end gap-3">
|
||||
{#if !allDone}
|
||||
<span class="text-[11px] text-hint">
|
||||
Record all scripts/flows and build all apps before deploying.
|
||||
Record all scripts/flows and build all apps before submitting.
|
||||
</span>
|
||||
{/if}
|
||||
<Button
|
||||
@@ -341,7 +341,7 @@
|
||||
startIcon={{ icon: ExternalLink }}
|
||||
onclick={deployToHub}
|
||||
>
|
||||
Deploy to Hub ({items.length})
|
||||
Submit to Hub ({items.length})
|
||||
</Button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -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'}
|
||||
<SettingsPageHeader
|
||||
title="Deploy to Hub"
|
||||
description="Bundle all scripts, flows and apps under a folder and publish them to the Hub as a workspace."
|
||||
title="Submit to Hub"
|
||||
description="Bundle all scripts, flows and apps under a folder and submit them to the Hub for review as a workspace."
|
||||
/>
|
||||
<div class="mt-4">
|
||||
<DeployToHub />
|
||||
|
||||
Reference in New Issue
Block a user