Skip to content

Commit

Permalink
Merge pull request #277 from appwrite/chore-fix-copy-wrong-capitaliza…
Browse files Browse the repository at this point in the history
…tion

chore: fix wrong capitalization
  • Loading branch information
TorstenDittmann authored Feb 10, 2023
2 parents 5ce3f7c + da1cfc7 commit 28ef393
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 28ef393

Please sign in to comment.