Skip to content

Commit

Permalink
chore: fix wrong capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Feb 10, 2023
1 parent dc1cd74 commit da1cfc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
bind:value={entrypoint}
required />
<InputFile label="Gzipped code (tar.gz)" allowedFileExtensions={['gz']} bind:files />
<InputChoice label="Activate Deployment after build" id="activate" bind:value={active}>
<InputChoice label="Activate deployment after build" id="activate" bind:value={active}>
This deployment will be activated after the build is completed.</InputChoice>
</FormList>
{/if}
Expand Down

0 comments on commit da1cfc7

Please sign in to comment.